Given an n x m grid, where rows are numbered from 7 to n and columns from 1 to m, there are x blocked cells. Their positions are specified by the array blockedPositions[i][] where blockedPositions[i][1] represents the row and blockedPositions[i][2] represents the column position, using 1-based indexing.
Starting from the top-left cell (1, 1), the goal is to reach the bottom-right cell (n, m) wi
Asked in: CISCO