Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 530 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 530 Bytes

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.