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
538 stars 216 forks source link

Ch3- A* navigation link doesnot work #137

Closed Dragneel7 closed 6 years ago

Dragneel7 commented 6 years ago

The navigation link for the A* search [ A Star Search ] algorithm in ch3 Solving-Problems-By-Searching does not work because the the id it is referring to has been wrongly mentioned and should be "#aStarSearchBox" instead of "#a-star-search".

redblobgames commented 6 years ago

Thanks!