Connectivity of particular graphs
Task number: 3958
Deremine the vertex and edge connectivity of the following graphs:
Variant
Trees.
Variant
Cycles and their complements.
Variant
Complete bipartite graphs \(K_{m,n}\).
Variant
Platonic solids.
Variant
Hypercube \( Q_d \) of dimension \( d \).
Vertices of \( Q_d \) are all strings of length \( d \) consiting of zeros and ones. Two vertices are connected by an edge if the strings differ in exactly one position.
Variant
The toroidal grid \( T_d (n) \) of dimension \( d \) for \( n \gg d \).
Vertices of \( T_d (n) \) are arithmetic vectors from \( Z_n^d \). Two vectors are adjacent, if their difference has in exactly one component \( \pm 1 \) and elsewhere zeroes.
Hence \( T_1 (n) \) is a cycle on \( n \) vertices, \( T_2(n) \) is a grid \( n \times n \) with the left side glued to the right and the top side glued to the bottom.