This repository contain all basic data structure that a learn from online resource like gfg,youtube and many more.
-
- Singly Linked List Implementation and Operation
- Doubly Linked List Implementation and Operation
- Circular Linked List Implementation and Operation
-
- Stack Implementation and Operation
-
- Queue Implementation and Operation
- Circular Queue Implementation and Operation
-
- Binary Tree Implementation and Operation
- Binary Search Tree Implementation and Operation
-
- Heap Implementation and Operation
- Min and Max Heap Implementation and Operation
-
- Graph Implementation and Operation
- DFS and BFS Implementation