Topic: Graph Theory Problem / Level: advanced

Problem: Write a program to find the longest simple cycle in a directed graph using backtracking.

Run the code to see the output here...