An implementation of skiplists based upon William Pugh's paper (ftp://ftp.cs.umd.edu/pub/skipLists/skiplists.pdf)
- skiplist.h/.c contains the skiplist implementation
- keylist.h/.c contains an implementation of a keyed linked list for testing
- main.c contains tests