SZI2019SmieciarzWmi/Traversal/DFS.py

2 lines
76 B
Python
Raw Normal View History

2019-04-10 11:01:20 +02:00
def DFS(grid, avaliable_movement, starting_point):
x, y = starting_point