Crate bit_gossip

source ·
Expand description

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.

Re-exports§

Modules§

  • bit vector implementations for internal use.
  • general-use graph data structure and its builder.
  • graph implementations using primitive data types.

Functions§

  • Given two node IDs, return a tuple of the two IDs in ascending order.