bit_gossip 0.0.3

Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph.
Documentation

Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph.

See [prim] and [graph] modules for more information.

Features

  • parallel: Enable parallelism using Rayon; this feature is enabled by default.