Academic example of skip list implementation in C.
Find a file
2015-03-20 21:18:33 +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
Makefile Add Makefile, update readme and fix valgrind found leaks 2015-03-20 21:18:33 +01:00
README.rst Add Makefile, update readme and fix valgrind found leaks 2015-03-20 21:18:33 +01:00
skiplist.c Add Makefile, update readme and fix valgrind found leaks 2015-03-20 21:18:33 +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.

To compile just run

.. code:: bash

    make