Topic: Backtracking Problem / Level: beginner

Problem: Print all valid paths through a maze represented as a 2D grid where cells can either be free or blocked.

Run the code to see the output here...