union-find-array: union find data structure
ST based implementation of Tarjan's disjoint set forests, using mutable arrays storing indices instead of references internally. There is also a pure, immutable version of the data structure, which is useful for querying the result of a union find construction.
Modules
[Index]
Downloads
- union-find-array-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.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4 |
|---|---|
| Dependencies | array (>=0.3 && <0.5), base (>=4 && <5), mtl (>=1.1 && <2.2) [details] |
| License | MIT |
| Copyright | Copyright (c) 2010-2013, Bertram Felgenhauer |
| Author | Bertram Felgenhauer |
| Maintainer | Bertram Felgenhauer <int-e@gmx.de> |
| Uploaded | by BertramFelgenhauer at 2013-06-05T10:31:45Z |
| Category | Algorithms, Data |
| Home page | https://github.com/haskell-rewriting/union-find-array |
| Source repo | head: git clone git://github.com/haskell-rewriting/union-find-array |
| Distributions | LTSHaskell:0.1.0.4, NixOS:0.1.0.4, Stackage:0.1.0.4 |
| Reverse Dependencies | 3 direct, 1 indirect [details] |
| Downloads | 4102 total (22 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |