https://github.com/begeekmyfriend/skiplist
skip list with rank, code less than z_set in redis
https://github.com/begeekmyfriend/skiplist
algorithm data-structure skiplist
Last synced: about 2 months ago
JSON representation
skip list with rank, code less than z_set in redis
- Host: GitHub
- URL: https://github.com/begeekmyfriend/skiplist
- Owner: begeekmyfriend
- License: mit
- Created: 2014-03-01T03:35:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T09:20:45.000Z (about 2 years ago)
- Last Synced: 2023-11-07T15:29:38.456Z (over 1 year ago)
- Topics: algorithm, data-structure, skiplist
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 165
- Watchers: 12
- Forks: 58
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
skiplist
========When skiplist meets list head, something interesting might happen...Code less than z_set in Redis.