Vertex Connectivity Calculator

min vertex cut κ(G)

CalculatorsFreeNo Signup
4.3(200 reviews)
All Tools

Loading tool...

About Vertex Connectivity Calculator

A vertex connectivity calculator computing κ(G): the minimum vertex cut size. κ(G) ≤ λ(G) ≤ δ(G) (Whitney's inequality). κ(K_n) = n-1. For k-connected graphs: any k-1 vertices can be removed and G stays connected. Client-side.

Vertex Connectivity Calculator Features

  • κ(G) value
  • Whitney bound
  • k-connected
  • Common graphs
  • Menger's theorem
Vertex connectivity κ(G): minimum vertices to remove to disconnect G (or make trivial). Whitney's inequality: κ(G) ≤ λ(G) ≤ δ(G). Menger's theorem: κ equals max number of internally vertex-disjoint paths between any pair.

How to Use

Select graph:

  • κ: Vertex connectivity
  • Whitney: κ ≤ λ ≤ δ
  • Menger: Disjoint paths

Menger's Theorem

The maximum number of internally vertex-disjoint u-v paths equals the minimum u-v vertex cut. This is the vertex version of max-flow min-cut. Menger (1927) proved both vertex and edge versions.

k-Connectivity

G is k-connected if κ(G) ≥ k: removing any k-1 vertices leaves G connected. 1-connected = connected. 2-connected = no cut vertex. 3-connected = no vertex pair whose removal disconnects. Planar 3-connected → unique embedding (Whitney).

Step-by-Step Instructions

  1. 1Select graph.
  2. 2Compute κ(G).
  3. 3Check Whitney.
  4. 4Find cut vertices.
  5. 5Determine k.

Vertex Connectivity Calculator — Frequently Asked Questions

What's Whitney's inequality?+

κ(G) ≤ λ(G) ≤ δ(G): vertex connectivity ≤ edge connectivity ≤ minimum degree. All three can be equal (for K_n: κ=λ=δ=n-1). The gaps can be arbitrarily large in general.

What's a cut vertex?+

A vertex whose removal disconnects G. Equivalently: κ(G)=1. Found in O(n+m) by DFS (Tarjan). Cut vertices are also called articulation points. Bridge = cut edge (λ=1).

How is κ(G) computed?+

For general graphs: max-flow based. Replace each vertex v by two vertices v_in, v_out connected by edge of capacity 1. Run n(n-1)/2 max-flow computations. O(n^2 · max-flow). For special graphs: often known from structure.

Share this tool: