nothings / single_file_libs

List of single-file C/C++ libraries.
8.93k stars 585 forks source link

Submission `jhr_skip_list` #228

Open Garfield1002 opened 3 years ago

Garfield1002 commented 3 years ago

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

Garfield1002 commented 3 years ago

I wrote a C89 version for this library, it can be found at https://github.com/Garfield1002/jrsl.