ojo_partition 0.1.0

A union-find/disjoint-sets algorithm (part of the ojo project)
Documentation
1
2
3
This crate contains an implementation of a partitioning (i.e.
union-find/disjoint-sets) algorithm, build on top of a `ojo_multimap`.  This is
part of [`ojo`](https://github.com/jneem/ojo), and is not intended for public use.