Shortest Path in a Grid with Obstacles Elimination
Problem
You are given an m x n integer matrix grid where each cell is either 0 (empty) or 1 (obstacle). You can move up, down, left, or right from and to an empty cell in one step.
Return the minimum
chetan77.hashnode.dev9 min read