Connected component (graph theory)

From Wiki @ Karl Jones dot com
Revision as of 15:01, 6 December 2016 by Karl Jones (Talk | contribs) (See also)

Jump to: navigation, search

In graph theory, a connected component (or just component) of an undirected 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 example, the graph shown in the illustration on the right has three connected components.

A vertex with no incident edges is itself a connected component.

A graph that is itself connected has exactly one connected component, consisting of the whole graph.

See also

External links