Linked from
The 15 pages that link to Connected component, each with the reason it gives.
Bipartite graphRelated: Each component can be colored independently, including isolated vertices.
Undirected graphBroader topic: Components partition an undirected graph according to reachability.
Kruskal's algorithmRelated: The algorithm merges components until only one remains.
Edge contractionRelated: Contracting an edge does not change the number of connected components.