Topic: Graph Theory Problem / Level: beginner

Problem: Write a program to print the shortest path between two nodes using DFS in an unweighted graph.

Run the code to see the output here...