Academic example of skip list implementation in C.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Darko a804fdf704 Minor fix. 8 years ago
.gitignore Initial commit. 8 years ago
LICENSE Initial commit. 8 years ago
Makefile Minor fix. 8 years ago
README.rst Add Makefile, update readme and fix valgrind found leaks 8 years ago
main.c Change stats print places. Inc keys count. 8 years ago
skiplist.c Add list length member and simple statistics. 8 years ago
skiplist.h Add list length member and simple statistics. 8 years ago
x.c Add list length member and simple statistics. 8 years ago
x.h Add list length member and simple statistics. 8 years ago

README.rst

skiplist
=========

Academic example of skip list implementation in C.

To compile just run

.. code:: bash

    make