Skip to content

Commit 41ac667

Browse files
committed
topics/graphs: A* path is S-A-E-G
1 parent 32b9658 commit 41ac667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/graphs/shortest-paths/a-star/easy/s-a-d-g.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
heuristic to decide which node to visit next.
8686

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

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

0 commit comments

Comments
 (0)