Skip to content

Commit ee4c325

Browse files
committed
Corrected **** in README
1 parent f7ec33c commit ee4c325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ I think the deep logic about A* can be sumarized in the following two simple poi
193193

194194
* 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.
195195

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

Comments
 (0)