Skip to content

ameya98/ExoticDataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExoticDataStructures

Exotic data-structures in C++14. Supported for suitable types through templates.
Currently implemented here:

  • Fenwick Trees (Binary Indexed Trees)
  • Skiplists
  • Extendible Hashtables
  • Linear Hashtables

See individual folders for how to use each of these! Pull requests are welcome.

Releases

No releases published

Packages

No packages published