MIT licensed by Bertram Felgenhauer
Maintained by Bertram Felgenhauer
This version can be pinned in stack with:union-find-array-0.1.0.5@sha256:46c0342b204e1100b1e93480615f25f2ca51d767d0c67bf19af0295557f38d6f,1394

Module documentation for 0.1.0.5

Depends on 3 packages(full list with versions):

ST based implementation of Tarjan's disjoint set forests, using mutable arrays storing indices instead of references internally. There is also a pure, immutable version of the data structure, which is useful for querying the result of a union find construction.