Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 310 Bytes

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.