Permalink
Browse files
Unknown change looks like comment line wrap
- Loading branch information...
Showing
with
3 additions
and
5 deletions.
-
+3
−5
scomponents.m
|
|
@@ -7,10 +7,9 @@ |
|
|
% connected components. Otherwise, it output the strongly connected
|
|
|
% components.
|
|
|
%
|
|
|
-%
|
|
|
-%
|
|
|
-% The implement is from Tarjan's 1972 paper: Depth-first search and linear
|
|
|
-% graph algorithms. In SIAM's Journal of Computing, 1972, 1, pp.146-160.
|
|
|
+% The implementation is from Tarjan's 1972 paper: Depth-first search and
|
|
|
+% linear graph algorithms. In SIAM's Journal of Computing, 1972, 1,
|
|
|
+% pp.146-160.
|
|
|
%
|
|
|
% See also DMPERM
|
|
|
%
|
|
|
@@ -22,7 +21,6 @@ |
|
|
% CG = R'*A*R; % create the graph with each component
|
|
|
% % collapsed into a single node.
|
|
|
|
|
|
-
|
|
|
% David Gleich
|
|
|
% Copyright, Stanford University, 2008
|
|
|
|
|
|
|
0 comments on commit
661e09f