union-find-0.2: 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

Versions0.1, 0.2
Dependenciesbase (4.*), containers (≥0.3), transformers (≥0.2)
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 dateSat Jun 23 01:01:23 UTC 2012
Uploaded byThomasSchilling
Built onghc-7.4

Modules

Downloads