Topic: Graph Theory Problem / Level: beginner

Problem: Implement a function to print all the edges of a graph that form a simple cycle.

Run the code to see the output here...