package unionFind

  1. Overview
  2. Docs
Implementations of the union-find data structure

Install

Dune Dependency

Authors

Maintainers

Sources

archive.tar.gz
md5=3311141704584930d9e7358ef0edf2f4
sha512=116dfd8078f697012f8b53f518d6e05fca09b1d57b7ce7724b0789bf6d2ecacc7efa462a6bbcdf486358ce17e84f5d106a7e799d9b44cbc0755e433fdd82b724

CHANGES.md.html

CHANGES

2020/03/20

  • Add a fast path (an optimization) in the [find] and [eq] functions, both in the basic union-find ([UnionFind]) and the one that is parameterized over a store ([UnionFind.Make]).

2019/08/27

  • Initial release of the package.

OCaml

Innovation. Community. Security.