OCaml implementations of the union-find data structure
Description
The OCaml library unionFind offers two implementations of the union-find
data structure. Both implementations are based on disjoint sets
forests, with path compression and linking-by-rank, so as to guarantee
good asymptotic complexity: every operation requires a quasi-constant
number of accesses to the store.
Build Time
2025-04-02 04:39:12 GMT
Size
33.83 KB
3c8789b9ccdf591a9f537403ddc70d47
License
LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception