Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 320 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 320 Bytes

union-find-array library

union-find-array provides an 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.