Popularity
4.2
Declining
Activity
0.0
Stable
1
4
2
Monthly Downloads: 10
Programming language: Haskell
License: MIT License
union-find-array alternatives and similar packages
Based on the "union" category.
Alternatively, view union-find-array alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of union-find-array or a related project?
README
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.