Commit Graph

11 Commits

Author SHA1 Message Date
Suzanne Dupéron
bb48af8325 Rename partition → UnionFind for consistency across the various names that opam and dune assign to this library 2020-01-06 19:47:14 +01:00
Christian Rinderknecht
3fc434d0d7 Changed return type of [repr]. Added [mem]. 2019-10-24 08:34:38 +02:00
Christian Rinderknecht
43eb5dd13f The function [repr] returns now an optional value instead of raising an exception.
Also, [is_equiv] does not raise an exception anymore.
2019-10-19 19:39:25 +02:00
Christian Rinderknecht
3296b0eb48 Added support for building the library with dune. 2019-03-24 14:32:51 +01:00
Christian Rinderknecht
0f28b98f18 Merge branch 'master' of https://github.com/rinderknecht/UnionFind 2018-08-19 20:55:16 +02:00
Christian Rinderknecht
8a444b23a9 Support for the OCaml Makefile and git (Version.ml). 2018-08-19 20:53:42 +02:00
Christian Rinderknecht
a8d962dd88
Indentation 2018-08-19 18:24:01 +02:00
Christian Rinderknecht
24f4693595 I removed the useless module Item. 2018-08-12 15:12:27 +02:00
Christian Rinderknecht
9acfbfc781
Update README.md 2018-08-12 15:06:16 +02:00
Christian Rinderknecht
2d994efcd2 First import of some implementations of the Union/Find algorithm in OCaml. 2018-08-12 15:04:27 +02:00
Christian Rinderknecht
97ba40fcbc
Initial commit 2018-07-30 16:55:59 +02:00