ocaml-unionfind 20220122
Channel: guix
Home page: https://gitlab.inria.fr/fpottier/unionFind
Licenses: LGPL 2.0
Synopsis: Union-find data structure
Description:
This package provides two union-find data structure implementations for OCaml. 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.
Total results: 1