Hey All, Let's have a fun ride through data structures and algorithms
Here is the detailed plan:
Data structures
- Arrays
- Strings
- Linked lists
- Stack
- Queue
- Tree
- Graph
- Trie
- Heap
Algorithms
- Recursion explaination
- Backtracking
- Tree based algos
- String-based algos
- Graph-based algos
- Greedy algorithms
- Dynamic programming
- Bit Manipulation