The latest version of union-find-array is 0.1.0.4-1.
union-find-array
Version 0.1.0.2 revision 0 uploaded by BertramFelgenhauer.
Package meta
- Synopsis
- union find data structure
- Description
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.
- Author
- Bertram Felgenhauer
- Bug reports
- n/a
- Category
- Algorithms, Data
- Copyright
- Copyright (c) 2010-2013, Bertram Felgenhauer
- Homepage
- https://github.com/haskell-rewriting/union-find-array
- Maintainer
- Bertram Felgenhauer <int-e@gmx.de>
- Package URL
- n/a
- Stability
- experimental