Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 195 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 195 Bytes

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