|
SOLUTIONS
|
GRAPH UTILITIES PACKAGE SYMBOL
StrongComponents
StrongComponents[g]
gives a list of all strongly connected components in the directed graph g.
DetailsDetails
- To use
, you first need to load the Graph Utilities Package using Needs["GraphUtilities`"]. - A strongly connected component of a directed graph is a set of vertices such that there is a path connecting any two vertices.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

