We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9784461 + b23a854 commit a1b4a6fCopy full SHA for a1b4a6f
README.md
@@ -192,7 +192,7 @@ class DijkstraHeap(list):
192
193
# So WHAT is this deep logic you talk about?
194
195
-I think the deep logic about A* can be sumarized in the following two simple points:
+I think the deep logic about A* can be summarized in the following two simple points:
196
197
* We visit the nodes in order, being this order the cost of going from the starting point to this particular node.
198
0 commit comments