Academic example of skip list implementation in C.
Find a file
2015-03-26 20:50:04 +01:00
.gitignore
LICENSE
main.c Change stats print places. Inc keys count. 2015-03-21 20:13:45 +01:00
Makefile Minor fix. 2015-03-26 20:50:04 +01:00
README.rst
skiplist.c
skiplist.h
x.c
x.h

skiplist
=========

Academic example of skip list implementation in C.

To compile just run

.. code:: bash

    make