Skip to content

Commit 56ce06f

Browse files
committedOct 16, 2021
Matrix-Graphs changing structure
1 parent 836989f commit 56ce06f

5 files changed

+1
-1
lines changed
 
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎matrix/shortest_path_in_binary_matrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ def get_coordinates(Y, X):
3838
for nei in cell_neighbrs:
3939
grid[nei[0]][nei[1]] = distance + 1
4040
que.append(nei)
41-
return -1
41+
return -1

0 commit comments

Comments
 (0)
Please sign in to comment.