DepthFirstOrder Methods |
The DepthFirstOrder type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | MainTest |
Demo test the DepthFirstOrder data type. |
![]() | Post |
Returns the vertices in postorder. |
![]() | Post(Int32) |
Returns the postorder number of vertex v. |
![]() | Pre |
Returns the vertices in preorder. |
![]() | Pre(Int32) |
Returns the preorder number of vertex v. |
![]() | ReversePost |
Returns the vertices in reverse postorder. |