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 7ed993c commit 6544f91Copy full SHA for 6544f91
md/Breadth-First-Search.md
@@ -2,7 +2,7 @@
2
3
## AIMA3e
4
__function__ BREADTH-FIRST-SEARCH(_problem_) __returns__ a solution, or failure
5
- _node_ ← a node with STATE = _problem_.INITIAL\-STATE, PATH\-COST = 0
+ _node_ ← a node with STATE = _problem_.INITIAL\-STATE
6
 __if__ _problem_.GOAL\-TEST(_node_.STATE) __then return__ SOLUTION(_node_)
7
 _frontier_ ← a FIFO queue with _node_ as the only element
8
 _explored_ ← an empty set
0 commit comments