Commit Graph

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