Academic example of skip list implementation in C.
  • C 97.8%
  • Makefile 2.2%
Find a file
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
main.c Initial commit. 2015-03-20 20:32:11 +01:00
README.rst 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

skiplist
=========

Academic example of skip list implementation in C.