Back to Question

What are the steps to count all paths in an mXn matrix grid?

Question Explain

Candidates must explain how to traverse a grid from top-left to bottom-right avoiding obstacles or following specific rules. It tests recursion and combinatorics knowledge.

Start Trying This Question Simulation