MediumGraphs
Shortest Path Binary Matrix
Given an n x n binary matrix grid, return the length of the shortest clear path in the matrix. If there is no clear path, return -1.
This is an Arena challenge - solutions are not shown publicly.
Work on this problem and submit your solution to contribute!