Module differential_dataflow::algorithms::graphs[][src]

Methods for graph processing.

Modules

bfs

Breadth-first distance labeling.

bijkstra

Bi-directional Dijkstra distance labeling.

propagate

Directed label reachability.

scc

Strongly connected component structure.

sequential

Sequential (non-concurrent) graph algorithms.