* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6909b824ea
commit
b0c19be284
@ -267,7 +267,7 @@ module TSort
|
|||||||
# end
|
# end
|
||||||
#
|
#
|
||||||
# graph = G.new({1=>[2, 3], 2=>[4], 3=>[2, 4], 4=>[]})
|
# graph = G.new({1=>[2, 3], 2=>[4], 3=>[2, 4], 4=>[]})
|
||||||
# graph.each_strongly_connected_component_from(2) {|scc| p scc }
|
# graph.each_strongly_connected_component_from(2) {|scc| p scc }
|
||||||
# #=> [4]
|
# #=> [4]
|
||||||
# # [2]
|
# # [2]
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user