Click or drag to resize
DepthFirstOrder Methods

The DepthFirstOrder type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMainTest
Demo test the DepthFirstOrder data type.
Public methodPost
Returns the vertices in postorder.
Public methodPost(Int32)
Returns the postorder number of vertex v.
Public methodPre
Returns the vertices in preorder.
Public methodPre(Int32)
Returns the preorder number of vertex v.
Public methodReversePost
Returns the vertices in reverse postorder.
Top
See Also