Academic example of skip list implementation in C.
Go to file
Darko 57e0a96f18 Initial commit. 2015-03-20 20:32:11 +01:00
.gitignore Initial commit. 2015-03-20 20:32:11 +01:00
LICENSE Initial commit. 2015-03-20 20:32:11 +01:00
README.rst Initial commit. 2015-03-20 20:32:11 +01:00
main.c Initial commit. 2015-03-20 20:32:11 +01:00
skiplist.c Initial commit. 2015-03-20 20:32:11 +01:00
skiplist.h Initial commit. 2015-03-20 20:32:11 +01:00
x.c Initial commit. 2015-03-20 20:32:11 +01:00
x.h Initial commit. 2015-03-20 20:32:11 +01:00

README.rst

skiplist
=========

Academic example of skip list implementation in C.