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-8.fc41 | - |
Fedora 41 | 20220122-8.fc41 | - |
Fedora 40 | 20220122-4.fc40 | - |
Fedora 39 | 20220122-2.fc39 | - |
You can contact the maintainers of this package via email at
ocaml-unionfind dash maintainers at fedoraproject dot org
.