Skip to content

Commit 0d72652

Browse files
authored
Update AStar.js
A* explanation improve spacing.
1 parent edb240e commit 0d72652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/pseudocode/AStar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default parse(`
1313
initialise, with fontier={s}, stored in Nodes \\Ref Init
1414
while Nodes not empty \\B 2
1515
\\Expl{Nodes is the data structure where we store the nodes that are
16-
in the frontier. In the A* algorithm, Nodes is a Priority Queue.
16+
in the frontier. In the A* algorithm, Nodes is a Priority Queue.
1717
\\Expl}
1818
\\In{
1919
remove next node n from Nodes and finalise it \\Ref Next_node

0 commit comments

Comments
 (0)