Explore tens of thousands of sets crafted by our community.
Graph Connectivity and Cut-sets
8
Flashcards
0/8
Graph Connectivity
In graph theory, connectivity refers to the minimum number of elements (nodes or edges) that need to be removed to disconnect the remaining nodes from each other.
Articulation Point
An articulation point (or cut vertex) in a graph is a vertex whose removal increases the number of connected components in the graph.
Edge Connectivity ()
Edge connectivity of a graph is the minimum number of edges that must be removed to make the graph disconnected.
Vertex Connectivity ()
Vertex connectivity of a graph is the minimum number of vertices whose removal results in a graph that is either disconnected or has only one vertex left.
Bridge
A bridge is an edge in a connected graph, whose removal would cause the graph to become disconnected, separating it into two components.
Cut-Set
A cut-set is a set of edges whose removal increases the number of connected components in the graph, effectively disconnecting the graph.
Connectivity in Directed Graphs
In directed graphs, connectivity is based on the direction of the edges, and separate measures exist such as 'strong connectivity' where every node can reach every other node following the direction of the edges, and 'weak connectivity' which ignores edge direction.
Block (or biconnected component)
A block in a graph is a maximal subgraph that has no articulation points, meaning it cannot be disconnected by the removal of a single vertex. Blocks are also known as biconnected components.
© Hypatia.Tech. 2024 All rights reserved.