You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -193,4 +193,4 @@ I think the deep logic about A* can be sumarized in the following two simple poi
193
193
194
194
* We artificially alter the cost of visiting one node taking into account how far this particular node is from the destination, making the furthest nodes more costly.
195
195
196
-
And all the stuff about the cost queue, the heap, not visiting a node already visited, what we do with nodes in the queue that have been visited.....that is important stuff but **is NOT the A* algorithm**: it is secondary logic and secondary problems that lead to secondary data structures.
196
+
And all the stuff about the cost queue, the heap, not visiting a node already visited, what we do with nodes in the queue that have been visited.....that is important stuff but **is NOT** the A* algorithm: it is secondary logic and secondary problems that lead to secondary data structures.
0 commit comments