[][src]Module gamma::traversal

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.