/data-structures-and-algorithms

Efficient Data Structures in C++

Primary LanguageC++MIT LicenseMIT

C++ Data Structures contributions welcome

  • Double Linked List Complete for now.

  • Circular Linked List Complete for now.

  • Associative Containers Complete for now.

  • TODO: BFS Graph Seach Queue based

  • TODO: DFS Graph Search Stack based

  • TODO: Tree Inheritance [ Tree -> Binary Tree -> BST -> AVL -> B-Tree -> Red/Black Tree]

  • TODO: Dijkstra's Shortest Path Heap based (priority queue)