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 9c65965 commit edb240eCopy full SHA for edb240e
src/algorithms/pseudocode/AStar.js
@@ -12,6 +12,9 @@ export default parse(`
12
\\In{
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.
17
+ \\Expl}
18
19
remove next node n from Nodes and finalise it \\Ref Next_node
20
// The Parent of n has now been determined
0 commit comments