We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb240e commit 0d72652Copy full SHA for 0d72652
src/algorithms/pseudocode/AStar.js
@@ -13,7 +13,7 @@ export default parse(`
13
initialise, with fontier={s}, stored in Nodes \\Ref Init
14
while Nodes not empty \\B 2
15
\\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.
+ in the frontier. In the A* algorithm, Nodes is a Priority Queue.
17
\\Expl}
18
\\In{
19
remove next node n from Nodes and finalise it \\Ref Next_node
0 commit comments