Challenge 8: Check if Removing Edge Creates Components in Graph
Given a graph and an edge, check whether removing that edge creates components in the graph.
Problem Statement #
Implement a function which takes a source and a destination as arguments and checks whether deleting it will create separate components in the graph.