Skip to content

fpottier/flatunionfind

Repository files navigation

A Flat Union-Find Data Structure

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.

Installation and Usage

Type opam install flatunionfind.

In your dune file, add (libraries flatunionfind) to the description of your library or executable.

Documentation

For more information, please see the documentation of the latest released version.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published