Skip to content

Commit

Permalink
topics/graphs: A* path is S-A-E-G
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlin1 committed Nov 13, 2017
1 parent 32b9658 commit 41ac667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/graphs/shortest-paths/a-star/easy/s-a-d-g.tex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
heuristic to decide which node to visit next.

\begin{solution}[1in]
$S - A - E - D - G$
$S - A - E - G$

From the starting node, travel to the next node with the lowest value returned
by the heuristic function until we reach the goal node. We choose the path with
Expand Down

0 comments on commit 41ac667

Please sign in to comment.