|
SOLUTIONS
|
COMBINATORICA PACKAGE SYMBOL
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.
DetailsDetails
- 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 »
