...

/

Challenge: Removing a Given Edge

Challenge: Removing a Given Edge

Given a graph and an edge, check whether removing that edge creates components in the graph.

Problem statement

Implement a function that takes a source vertex and a destination vertex as arguments and checks whether deleting the corresponding edge creates separate ...