Path: | lib/rgl/connected_components.rb |
Last Update: | Thu Apr 18 08:45:42 +0000 2013 |
connected_components.rb
This file contains the algorithms for the connected components of an undirected graph (each_connected_component) and strongly connected components for directed graphs (strongly_connected_components).