SZI2019SmieciarzWmi/Traversal/DFS.py

2 lines
76 B
Python

def DFS(grid, avaliable_movement, starting_point):
x, y = starting_point