No description
- OCaml 84.7%
- Makefile 13.7%
- Dune 1.6%
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS.md | ||
| CHANGES.md | ||
| dune-project | ||
| headache.config | ||
| header.txt | ||
| LICENSE.txt | ||
| Makefile | ||
| play.ml | ||
| README.md | ||
| TODO.md | ||
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.