Skip to content

Latest commit

 

History

History
 
 

3]_CP

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

🔰 Competitive Programmer

  1. C++basics
  2. Time Complexity
  3. Pre Computation Techniques(Hashing, Prefix Sum)
  4. Recursion
  5. Bit Operations
  6. Modular Arithmetic
  7. Binary Exponentiation, Inverse Modulo
  8. GCD
  9. Sieve of Primes
  10. STL(Vectors, Set, Maps (Unordered versions also), Multisets, 11Stack, Queues)
  11. STL Algorithms
  12. Comparator
  13. Binary Search & Predicate function
  14. Introduction to graphs
  15. BFS
  16. DFS
  17. Dijkstra
  18. DSU
  19. MST
  20. Dynamic Programming