flatunionfind
is an OCaml library that offers
a flat union-find data structure,
that is,
a union-find data structure
that is stored inside a vector.
Type opam install flatunionfind
.
In your dune
file, add (libraries flatunionfind)
to the description of
your library
or executable
.
For more information, please see the documentation of the latest released version.