Skip to content

Commit

Permalink
Added a warning about the graph traversal function
Browse files Browse the repository at this point in the history
  • Loading branch information
TaaviE committed Mar 31, 2020
1 parent 235b91b commit 14fac37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shuffler_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,6 @@ def traverse_graph(graph: Dict[int, int], location: int, beginning: int):
graph.pop(location)
else:
return False
# TODO: Test this
else:
return False

0 comments on commit 14fac37

Please sign in to comment.