connected_component (236B)
1 # Connected component 2 3 An [equivalence_class] of the [reachability] [equivalence_relation] in an [undirected_graph] 4 5 - [weakly_connected_component] 6 7 See also: [strongly_connected_component], [graph_connected] 8 9 Up: [graph_basic_notions]