Skip to content

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

License

Notifications You must be signed in to change notification settings

jotarios/30-data-structures-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages