union-find-0.1: Efficient union and equivalence testing of sets.

The union-find package

The Union/Find algorithm implements these operations in (effectively) constant-time:

1. Check whether two elements are in the same equivalence class.

2. Create a union of two equivalence classes.

3. Look up the descriptor of the equivalence class.

Properties

Version0.1
Dependenciesbase (4.*)
LicenseBSD3
AuthorThomas Schilling <nominolo@googlemail.com>
MaintainerThomas Schilling <nominolo@googlemail.com>
Stabilityprovisional
CategoryAlgorithms, Data
Home pagehttp://github.com/nominolo/union-find
Bug trackerhttp://github.com/nominolo/union-find/issues
Source repositorygit clone git://github.com/nominolo/union-find
Upload dateThu Aug 27 20:42:21 UTC 2009
Uploaded byThomasSchilling
Built onghc-6.10, ghc-6.12, ghc-7.0

Modules

Downloads