Listing all the Algorithms and Data Structures I have learnt in the past (since Oct 2023)
- APSP Algorithms
- Network Flow Algorithms
- Amortised analysis
- Splay Trees (nothing implemented yet)
- Randomised Algorithms
- Binary Trees
- Dijkstra
- Dynamic Programming
- Graph Algorithms
- Hashing
- Heaps
- Linked Lists
- Minimum Spanning Trees
- Sorting
- Stack and Queue
- Union Find
- Leetcode Problems