Dijkstra.NET icon indicating copy to clipboard operation
Dijkstra.NET copied to clipboard

Provide Connected Components algorithm.

Open matiii opened this issue 7 years ago • 0 comments

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.

matiii avatar Jul 27 '18 06:07 matiii