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

Ch 6 - Redesign arc consistency diagram #124

Closed redblobgames closed 5 years ago

redblobgames commented 7 years ago

The current diagram is an animation but it doesn't explain how the algorithm works or what the main concepts are. How does it compare to node consistency or path consistency?