@data-structs/skip-list

esm
A generalized self-balancing skip list implemented in Javascript. You can insert any value types you wish so long as you provide your own comparator function. The default comparator is `(a, b) => a - b` which only allows for numeric comparisons. As you mi
Version 1.0.2 License MIT
INSTALL