disjoint-set-0.2: Persistent disjoint-sets, a.k.a union-find.

The disjoint-set package

This is a persistent data structure for disjoint sets.

The algorithm is described in Introduction to Algorithms by Cormen, et al. The implementation here uses both union by rank and path compression. We incur an O(logn) overhead because of the use of persistent maps.

Data.IntDisjointSet is as strict as possible.

Properties

Versions0.1, 0.2
Dependenciesbase (≥3 & <5), containers (≥0.3), mtl (≥2), transformers (≥0.3)
LicenseBSD3
AuthorMaxwell Sayles, Myles Maxfield
Maintainer<maxwellsayles@gmail.com>, <myles.maxfield@gmail.com>
Stabilitystable
CategoryData
Home pagehttps://github.com/maxwellsayles/disjoint-set
Source repositorygit clone git://github.com/maxwellsayles/disjoint-set.git
Upload dateMon Oct 15 16:21:59 UTC 2012
Uploaded byMaxwellSayles
Built onghc-7.6

Modules

Downloads