- -> Resource for this repo Striver's A2Z sheet and striver's yt videos
- ->
Beta Codeheadings = my code versions before reading any of striver's code (i wrote them after understanding the theory and solved bugs to arrive at the solution on my own) - -> 0-raw.md -> many folders contain these - they are draft versions of my notes or contain practice problems
- basics
- math
- tricks
- cpp stl (maps, sets)
- strings
- postfix-infix
- arrays - moores voting algo, dutch national flag
- linked lists
- single
- double
- ring
- binary search
- binary trees
- traversals
- heights
- ques-types
- binary-search-tree
- graphs
- dfs bfs
- cycle detection (directed/undirected)
- kruskal's prim's
- dijkstra, bellman, floyd warshall
- tarjan's algo
- stacks and queues
- dp
- 1D
- 2D
- 3D
- bit manipulation
- CSES problem set
- LeetCode posts
- TLE Eliminators cp-31 sheet