[][src]Module gamma::traversal

Structs

BreadthFirst

Implements a breadth-first traversal as a Step Iterator.

DepthFirst

Implements a depth-first traversal as a Step Iterator.

Step

A single traversal step comprised of source and target nodes, and a boolean flag indicating whether a cycle cut is present.