/30-data-structures-cpp

I'm going to develop 30 hand-picked data structures in C++

Primary LanguageC++MIT LicenseMIT

30-data-structures-cpp

I'm going to develop 30 hand-picked data structures in C++, the order of appearance does not respect any predefined criteria.

List of data structures

If you want to suggest another data structure to be added, please, open a new issue.

  1. Ordered Linked List
  2. Skip List
  3. Stack
  4. Disjoint Set
  5. Fibonacci Heap
  6. Treap
  7. Binary Search Tree
  8. AVL Tree
  9. Splay Tree
  10. Red-Black Tree
  11. Patricia Trie
  12. Tango Tree
  13. B+ tree
  14. Sparse Dictionary