Open Garfield1002 opened 3 years ago
I got inspired by stb and wrote a single file implementation of Skip Lists.
stb
It is C++ only.
Here is a link to the repository: https://github.com/Garfield1002/jhr_skip_list
I wrote a C89 version for this library, it can be found at https://github.com/Garfield1002/jrsl.
I got inspired by
stb
and wrote a single file implementation of Skip Lists.It is C++ only.
Here is a link to the repository: https://github.com/Garfield1002/jhr_skip_list