Find Connected Components in an Undirected Graph
Jump to navigation
Jump to search
Internal
Overview
Finding connected components in an undirected graph is a form of clustering heuristics: connected vertices represent clusters where the objects represented by the vertices are clustered in some way.