I've been learning competitive programming for about 2-3 months and have covered the following topics:
- Basics (Conditional statements, loops, switch)
- Bitwise operators
- Arrays, Strings
- Greedy algorithms
- Linear search, Two pointers
- Binary search
- Prefix sum
- Sorting
- Number Theory (sieve, modulo, exponentiation)
- Pointers
- STL
- Recursion
- Basic Probability and Combinatorics
I've been practicing questions in the 1000-1400 range.
Next, I'm planning to study: - Stack - Queue - Tree - Heap - Hashmap - Trie - Backtracking - Graph (BFS, DFS, Shortest Path) - Dynamic Programming
Is this sequence alright? Do you have any advice on how to approach these topics???