We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082af52 commit 4d34197Copy full SHA for 4d34197
3-graph-algorithms/1_graph_decomposition/reachability.py
@@ -69,6 +69,7 @@ def reach(adj, n, u, v, solution):
69
return aMaze.explore_bfs(u, v, q)
70
elif solution == 3:
71
return 0
72
+
73
else:
74
75
0 commit comments