jp_partition 0.1.0

A union-find/disjoint-sets algorithm (part of the jp project)
Documentation
  • Coverage
  • 26.67%
    4 out of 15 items documented0 out of 14 items with examples
  • Size
  • Source code size: 11.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.68 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jneem/ojo
    37 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jneem

This crate contains an implementation of a partitioning (i.e. union-find/disjoint-sets) algorithm, build on top of a jp_multimap. This is part of jp, and is not intended for public use.