Skip to content

A collection of c++ data structures I've coded up for various projects

License

Notifications You must be signed in to change notification settings

xchang1/structures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

structures

A collection of c++ data structures I've coded up for various projects. This is intended as a complement for the STL, not a replacement. All of the included structures are a bit too exotic/niche to have made it into the STL.

Contents currently include:

  • Suffix tree
  • Union find variant with some added functionality
  • Min-max heap
  • Rank-pairing heap
  • An immutable linked list
  • A self-filtering binary heap priority queue
  • An overflow- and underflow-resistant alternative to floating point numbers

About

A collection of c++ data structures I've coded up for various projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • Makefile 1.3%