Compute the shortest path in a maze through backtracking

后端 未结 0 1609
滥情空心
滥情空心 2021-01-31 02:47

I need to find the shortest path in a maze of 0\'s and 1\'s of m x n (where 1 is a wall and 0 is an empty space) from [0][0] to [m-1][n-1]

相关标签:
回答
  • 消灭零回复
提交回复
热议问题