Topic: Graph Theory Problem / Level: advanced

Problem: Implement an algorithm to find the longest path between two nodes in a directed graph using BFS.

Run the code to see the output here...