Agent Engineering
Connected Component
A connected component is a maximal group of nodes joined by paths in an undirected graph. Every node in the group can reach every other, and adding another node from the graph would break that property. An isolated node forms its own component; directed graphs require a chosen connectivity definition.
Reviewed
Sources
Member lesson
The definition and sources are public. The complete practical lesson is for members.