The repository is the implementation of well-known data structures and their use cases to solve a problem. All the programs are and will be implemented in either C or Python. Contents are as follows:
- Stack
- Queue
- Dynamic Array
- Linked Lists
- Hash Table
- Binary Search Tree
- Binary Heaps
- Graphs
- Trees
- Tries
- Python Concepts
- Recursion
- Sorting Techniques
My list to learn under queue:
- Time Complexity
- Space Complexity
- StringBuilder
- ArrayList
- Binary Search on a String
- Towers of Hanoi
- N Queens