We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e51ba6 commit 3141ad5Copy full SHA for 3141ad5
graph_search.py
@@ -67,7 +67,7 @@ def find_shortest_path(self, start, end, path=[]):
67
'F': ['C']
68
}
69
70
-#inistialization of new graph search object
+#initialization of new graph search object
71
graph1 = GraphSearch(graph)
72
73
0 commit comments