aimacode / aima-pseudocode

Pseudocode descriptions of the algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
Other
868 stars 421 forks source link

Update Breadth-First-Search.md #94

Open codefeeder opened 5 years ago

codefeeder commented 5 years ago

Resolves #93 Added pseudo code returning the complete path from the initial to the goal state and returning None if no path is found