An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

@data-structs/skip-list @ 1.0.2

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
10
    Loading...
    Readme
    Loading...
    Dependencies
    Links
    Registry npmjs.org
    Download Download
    JSON API View JSON
    CodeMeta codemeta.json
    Version Details
    PURL pkg:npm/%40data-structs/skip-list@1.0.2
    spec
    License MIT