This is the repository which contains all Data Structures completely developed in C++ It contains DataStructures like
- LinkList(Singly, Double, Circular)
- Stack
- Queue
- Trees(Binary Tree, BST, AVL Tree)
- Tries
- Heap (Min Heap and Max Heap)
- Graphs (BFS, DFS, Prims, Kruskal, Dijkstra)
- Sorting Algorithms
- Advance Data Structures(Segment Tree, Fenwick Tree)
- Strings(KMP)
Note:- Along with all operations that you can perform on them like insertion, deletion, in fact removal of specific node value from heaps.