The equivalence package
This is an implementation of Tarjan's Union-Find algorithm (Robert E. Tarjan. Efficiency of a Good But Not Linear Set Union Algorithm, JACM 22(2), 1975) in order to maintain an equivalence relation. This implementation is a port of the union-find package using the ST monad transformer (instead of the IO monad).
Properties
| Versions | 0.1, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.2.3 |
|---|---|
| Dependencies | base (4.*), containers, mtl, STMonadTrans |
| License | BSD3 |
| Author | Patrick Bahr |
| Maintainer | paba@diku.dk |
| Stability | provisional |
| Category | Algorithms, Data |
| Home page | https://bitbucket.org/paba/equivalence/ |
| Bug tracker | https://bitbucket.org/paba/equivalence/issues/new |
| Source repository | hg clone https://bitbucket.org/paba/equivalence/ |
| Upload date | Wed Mar 7 10:45:29 UTC 2012 |
| Uploaded by | PatrickBahr |
| Built on | ghc-7.4 |
Modules
- Data
- Equivalence
Downloads
- equivalence-0.2.3.tar.gz (Cabal source package)
- package description (included in the package)