OCaml implementations of the union-find data structure
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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 20220122-10.fc42 | - |
Fedora 42 | 20220122-10.fc42 | - |
Fedora 41 | 20220122-9.fc41 | - |
You can contact the maintainers of this package via email at
ocaml-unionfind dash maintainers at fedoraproject dot org
.