2 lines
76 B
Python
2 lines
76 B
Python
def DFS(grid, avaliable_movement, starting_point):
|
|
x, y = starting_point |
def DFS(grid, avaliable_movement, starting_point):
|
|
x, y = starting_point |