Connected component
A connected component is a maximal set of vertices in a graph such that every pair is joined by a path. No vertex outside the set can be added without losing this property.
A connected component is a maximal set of vertices in a graph such that every pair is joined by a path. No vertex outside the set can be added without losing this property.