Topic: Backtracking Problem / Level: intermediate

Problem: Print all valid paths from the top-left to the bottom-right of a matrix while only moving down or right.

Run the code to see the output here...