[Math] Connectivity and internally disjoint paths.

graph theory

Can anyone give me an example of a graph with vertex connectivity = $1$, edge connectivity = $3$, and minimum degree = $4$?

Also, I'm looking for a $2$-connected graph with a $uv-$path from which no other $uv-$path is internally disjoint (both edge and vertex disjoint)?

Thanks!

Best Answer

For the first one, take two $K_5$ (complete graph with 5 vertices), add one node in the middle, which you connect to three vertices of one of the $K_5$ and three of the other $K_5$.

Edge connectivity is $3$ and removing the middle node disconnects the graph.

For the second one, take a hamiltonian circle.

Related Question