skip-list: An implementation of pure skip lists
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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]
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.0.1 |
---|---|
Change log | CHANGES.md |
Dependencies | base (>=4.8 && <5) [details] |
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:27Z |
Modules
[Index]
- Data
Downloads
- skip-list-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees