Topic: Graph Theory Problem / Level: advanced

Problem: Implement an algorithm to compute the diameter of a graph using two BFS/DFS traversals.

Run the code to see the output here...