Dijkstra.NET
Dijkstra.NET copied to clipboard
Provide Connected Components algorithm.
The connected components algorithm labels each connected component of the graph with the ID of its lowest-numbered vertex. For example, in a social network, connected components can approximate clusters.