What is a connected component in a graph?

2 vues

Réponse

A connected component of a graph is a subgraph in which any two vertices are connected to each other by paths, and which is connected to no additional vertices in the supergraph. For a directed graph, there are weakly and strongly connected components.
Did this answer help you?
connectedComponents

optNetwork

See technical action