I am pleased to announce the first release of flatunionfind
, a small library that offers a union-find data structure, stored inside a vector.
This library is an alternative to my existing library unionFind
, and could be faster or slower, depending on your use case.
opam update
opam install flatunionfind
For more information, see the documentation.
Happy unions and finds,
FP.