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.
|
8 years ago | |
---|---|---|
.gitignore | 8 years ago | |
LICENSE | 8 years ago | |
Makefile | 8 years ago | |
README.rst | 8 years ago | |
main.c | 8 years ago | |
skiplist.c | 8 years ago | |
skiplist.h | 8 years ago | |
x.c | 8 years ago | |
x.h | 8 years ago |
README.rst
skiplist ========= Academic example of skip list implementation in C. To compile just run .. code:: bash make