Google News
logo
Artificial Intelligence - Interview Questions
What is the Tower of Hanoi?
Tower of Hanoi is a mathematical puzzle that shows how recursion is utilized to build an algorithm to solve a specific problem.  In Artificial Intelligence,  the Tower of Hanoi can be solved using a decision tree and a Breadth-First Search (BFS) algorithm.
Advertisement