Academic example of skip list implementation in C.
Go to file
Darko a804fdf704 Minor fix. 2015-03-26 20:50:04 +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 Minor fix. 2015-03-26 20:50:04 +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