Topic: Backtracking Problem / Level: beginner

Problem: Print all distinct paths from a source node to a destination node in a weighted directed graph.

Run the code to see the output here...