Popularity
4.4
Growing
Activity
0.0
Stable
1
4
3

Monthly Downloads: 22
Programming language: Haskell
License: MIT License
Tags: Algorithms     Data     Union    

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?

Add another 'union' Package

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.