Reputation: 131
A graph is connected when there is a path between every pair of vertices. suppose we have an undirected graph, under what conditions graph will remain connected after removing some edge between u and v?
Upvotes: 1
Views: 57
Reputation: 183504
There's actually not much to say — that condition is trivially equivalent to any of the following:
. . . but there's not really anything deeper than that.
Upvotes: 2