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

Cost Detail bug fixed and timeinterval issue solved #74

Closed Rishav159 closed 7 years ago

Rishav159 commented 7 years ago

There were some issues with the previous commits:

The above bugs are solved.

redblobgames commented 7 years ago

That setinterval bug seems tricky to find given that clearInterval doesn't give an error if you gave it an undefined.