Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlcook/cpp-skiplist
stl compliant skip list (sorted list with logarithmic insert/find/erase)
https://github.com/carlcook/cpp-skiplist
Last synced: 16 days ago
JSON representation
stl compliant skip list (sorted list with logarithmic insert/find/erase)
- Host: GitHub
- URL: https://github.com/carlcook/cpp-skiplist
- Owner: carlcook
- License: gpl-3.0
- Created: 2013-09-11T15:47:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-04T20:19:14.000Z (almost 11 years ago)
- Last Synced: 2024-07-31T22:58:16.446Z (3 months ago)
- Language: C
- Size: 207 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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