Topic: Backtracking Problem / Level: intermediate

Problem: Find all unique paths in a graph from a source node to all other nodes.

Run the code to see the output here...