Category
page 1Graph connectivity
path
sequence of edges connecting a sequence of vertices in a graph, with no repeating vertices
connected component of a graph
maximal subgraph of a given node-link graph within which every two vertices may be connected by a path
strongly connected component
subgraph of a directed graph containing paths in both directions between each pair of vertices
bridge
edge of a graph whose deletion increases the graph's number of connected components; equivalently, an edge not contained in any cycle
graph connectivity measure
any measure of how connected a graph is
cut
in graph theory, partition of the vertices in two sets
Menger's theorem
theorem characterizing graph connectivity by disjoint paths
Tarjan's strongly connected components algorithm
graph theory algorithm

Kosaraju's algorithm
algorithm to find the strongly connected component of a directed graph
k-vertex-connected graph
graph with more than k vertices that cannot be disconnected by the deletion of fewer than k vertices
Karger's algorithm
randomized algorithm for minimum cuts

k-edge-connected graph
graph that remains connected whenever fewer than k edges are removed
reachability
In graph theory, reachability refers to the ability to get from one vertex to another within a graph. A vertex s can reach a vertex t (and t is reachable from s) if there exists a sequence of adjacent vertices (i.e. a walk) which starts with s and ends with t.
biconnected graph
graph on at least 3 vertices that remains connected when any one vertex is removed
Robbins' theorem
theorem in graph theory
Balinski's theorem
mathematical theorem concerning the graph-theoretic structure of three-dimensional polyhedra and higher-dimensional polytopes
vertex separator
notion in graph theory
graphic matroid
matroid whose independent sets are forests in an undirected graph
algebraic connectivity
second-smallest eigenvalue of a graph Laplacian
Stoer–Wagner algorithm
Recursive algorithm in graph theory
graph toughness
graph invariant
SPQR tree
concept in graph theory, a branch of mathematics
strength of a graph
graph connectivity property
st-connectivity
thumb|300px|There is a path (graph theory)|path directed from "s" to "t" in the first graph, but not in the second.