skip-list: An implementation of pure skip lists
Skip lists provide efficient amortized indexing deep into lists by building an index that, essentially, converts the list into a balance binary tree. See the wikipedia entry on skip lists for more information.
[Skip to Readme]
Downloads
- skip-list-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1 |
---|---|
Change log | CHANGES.md |
Dependencies | base (>=4.8 && <5) [details] |
Tested with | ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.1 |
License | MIT |
Copyright | 2017 Gregory Malecha |
Author | Gregory Malecha |
Maintainer | gmalecha@gmail.com |
Category | Data |
Home page | https://github.com/gmalecha/skip-list#readme |
Source repo | head: git clone https://github.com/gmalecha/skip-list |
Uploaded | by gmalecha at 2017-07-22T21:42:57Z |
Distributions | NixOS:0.1.0.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1769 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-07-22 [all 1 reports] |