carlcook / cpp-skiplist

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:C 71.9%Language:C++ 28.1%