@data-structs/skip-list
@
1.0.0
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
Published
Indexed
Dependencies
9
9
Loading...
Readme
Loading...
Dependencies
-
@babel/register
^7.4.0Development -
Development
-
ava
^1.4.1Development -
chalk
^2.4.2Development -
performance-now
^2.1.0Development -
prettier
^1.17.0Development -
rimraf
^2.6.3Development -
-
@data-structs/linked-list
^1.0.13
Links
| Registry | npmjs.org |
| Download | Download |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Version Details
| PURL |
pkg:npm/%40data-structs/skip-list@1.0.0
spec |
| License | MIT |