equivalence-0.1: Maintaining an equivalence relation implemented as union-find using STT.

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

Versions0.1, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.2.3
Dependenciesbase (4.*), containers, mtl, STMonadTrans
LicenseBSD3
AuthorPatrick Bahr <paba@diku.dk>
MaintainerPatrick Bahr <paba@diku.dk>
Stabilityprovisional
CategoryAlgorithms, Data
Upload dateWed Jul 21 13:16:08 UTC 2010
Uploaded byPatrickBahr
Build failureghc-6.12 (log)

Modules

Downloads