[][src]Module gamma::traversal

Structs

Step

Functions

breadth_first

Implements a breadth-first traversal as an edge Iterator. Reports cycle closure edges.

depth_first

Implements a depth-first traversal as an edge Iterator. Reports cycle closure edges.

to_adjacency

Returns an adjacency map given the result of a traversal represented as an iterable sequence of Steps.