Academic example of skip list implementation in C.
Go to file
Darko 3cf1900929 Change stats print places. Inc keys count. 2015-03-21 20:13:45 +01:00
.gitignore Initial commit. 2015-03-20 20:32:11 +01:00
LICENSE 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
main.c Change stats print places. Inc keys count. 2015-03-21 20:13:45 +01:00
skiplist.c Add list length member and simple statistics. 2015-03-21 13:57:45 +01:00
skiplist.h Add list length member and simple statistics. 2015-03-21 13:57:45 +01:00
x.c Add list length member and simple statistics. 2015-03-21 13:57:45 +01:00
x.h Add list length member and simple statistics. 2015-03-21 13:57:45 +01:00

README.rst

skiplist
=========

Academic example of skip list implementation in C.

To compile just run

.. code:: bash

    make