Popularity
4.5
Declining
Activity
3.2
-
1
3
4

Monthly Downloads: 3
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.