|
SOLUTIONS
|
COMBINATORICA 程序包 符号
DepthFirstTraversal
![]()
performs a depth-first traversal of graph g starting from vertex v, and gives a list of vertices in the order in which they were encountered.
![]()
returns the edges of the graph that are traversed by the depth-first traversal in the order in which they are traversed.
![]()
returns the depth-first tree of the graph.
更多信息更多信息
- To use
, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
