MIT licensed by Bertram Felgenhauer
Maintained by Bertram Felgenhauer
This version can be pinned in stack with:union-find-array-0.1.0.4@sha256:1522d9b8f34f16340455ca0b80c7ead2a54bf703329e2fddd9a3cae1ce9b3621,1445

Module documentation for 0.1.0.4

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.