Crate jp_partition

Crate jp_partition 

Source
Expand description

This crate provides an implementation of the disjoint-sets algorithm that is built on top of a pair of multimaps. (The reason for this weird implementation is that once multimaps is fully persistent, this will be also.)

Structsยง

PartIter
Partition