No description
  • OCaml 84.7%
  • Makefile 13.7%
  • Dune 1.6%
Find a file
2025-08-13 16:06:11 +02:00
src Fix documentation comment. 2024-12-10 15:10:05 +01:00
test Typo. 2025-08-13 16:06:11 +02:00
.gitattributes Package creation. 2024-12-08 14:31:43 +01:00
.gitignore .gitignore 2024-12-10 15:08:52 +01:00
AUTHORS.md Package creation. 2024-12-08 14:31:43 +01:00
CHANGES.md Set release date in CHANGES. 2024-12-10 15:07:20 +01:00
dune-project Package creation. 2024-12-08 14:31:43 +01:00
headache.config Package creation. 2024-12-08 14:31:43 +01:00
header.txt Package creation. 2024-12-08 14:31:43 +01:00
LICENSE.txt Package creation. 2024-12-08 14:31:43 +01:00
Makefile Headers. 2024-12-09 21:45:02 +01:00
play.ml Package creation. 2024-12-08 14:31:43 +01:00
README.md Package creation. 2024-12-08 14:31:43 +01:00
TODO.md TODO. 2024-12-09 21:45:31 +01:00

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.