I'm going to develop 30 hand-picked data structures in C++, the order of appearance does not respect any predefined criteria.
If you want to suggest another data structure to be added, please, open a new issue.
- Ordered Linked List
- Skip List
- Stack
- Disjoint Set
- Fibonacci Heap
- Treap
- Binary Search Tree
- AVL Tree
- Splay Tree
- Red-Black Tree
- Patricia Trie
- Tango Tree
- B+ tree
- Sparse Dictionary