Topic: Backtracking Problem / Level: intermediate

Problem: Find all unique paths in a maze represented as a matrix while adhering to specific movement rules.

Run the code to see the output here...