aimacode / aima-javascript

Javascript visualization of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"

Home Page:http://aimacode.github.io/aima-javascript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ch 6 - Add backtracking heuristics

redblobgames opened this issue · comments

From @Rishav159:

Backtracking Search diagram currently works without any heuristics. It would be nice to have additional diagrams demonstrating the working of the heuristics that usually accompany the backtracking search algorithm.