Click or drag to resize
DepthFirstOrder Constructor
Overload List
  NameDescription
Public methodDepthFirstOrder(Digraph)
Determines a depth-first order for the digraph G.
Public methodDepthFirstOrder(EdgeWeightedDigraph)
Determines a depth-first order for the edge-weighted digraph G.
Top
See Also