/cpp-skiplist

stl compliant skip list (sorted list with logarithmic insert/find/erase)

Primary LanguageCGNU General Public License v3.0GPL-3.0

cpp-skiplist

stl compliant skip list (sorted list with logarithmic insert/find/erase)

this is just the initial cut - it's not complete, hasn't had tests added, but does the basics