aimacode / aima-javascript

Javascript visualization of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
http://aimacode.github.io/aima-javascript/
MIT License
544 stars 219 forks source link

BreadthFirstSearch Fixed to match the psuedocode #52

Closed Rishav159 closed 7 years ago

Rishav159 commented 7 years ago

Changed the visualization as well as the code to match the given pseudocode as much as possible.