Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Graph Connectivity and Cut-sets

8

Flashcards

0/8

Still learning
StarStarStarStar

Graph Connectivity

StarStarStarStar

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.

StarStarStarStar

Articulation Point

StarStarStarStar

An articulation point (or cut vertex) in a graph is a vertex whose removal increases the number of connected components in the graph.

StarStarStarStar

Edge Connectivity (λ(G)\lambda(G))

StarStarStarStar

Edge connectivity of a graph GG is the minimum number of edges that must be removed to make the graph disconnected.

StarStarStarStar

Vertex Connectivity (κ(G)\kappa(G))

StarStarStarStar

Vertex connectivity of a graph GG is the minimum number of vertices whose removal results in a graph that is either disconnected or has only one vertex left.

StarStarStarStar

Bridge

StarStarStarStar

A bridge is an edge in a connected graph, whose removal would cause the graph to become disconnected, separating it into two components.

StarStarStarStar

Cut-Set

StarStarStarStar

A cut-set is a set of edges whose removal increases the number of connected components in the graph, effectively disconnecting the graph.

StarStarStarStar

Connectivity in Directed Graphs

StarStarStarStar

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.

StarStarStarStar

Block (or biconnected component)

StarStarStarStar

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.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.