Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 556 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 556 Bytes

DataStructuresInC++

This is the repository which contains all Data Structures completely developed in C++ It contains DataStructures like

  1. LinkList(Singly, Double, Circular)
  2. Stack
  3. Queue
  4. Trees(Binary Tree, BST, AVL Tree)
  5. Tries
  6. Heap (Min Heap and Max Heap)
  7. Graphs (BFS, DFS, Prims, Kruskal, Dijkstra)
  8. Sorting Algorithms
  9. Advance Data Structures(Segment Tree, Fenwick Tree)
  10. 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.