This repo contains implementation of all the data structures and algorithms. All important questions on DS Algo will also be added in this repo.
- Linked List
- Stack using Array
- Stack using Linked List
- Queue using Array
- Queue using Linked List
- Generic Trees
- Binary trees
- Binary Search Trees
- Priority Queue
- Graphs (Currently Working)
- Dynamic Programming (Currently Working)