Multiple choice

The AO* algorithm is based on

  1. DFS algorithm

  2. Problem reduction

  3. Best-First Search algorithm

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The AO* algorithm is designed to search AND-OR graphs, which are used for problem reduction, where a complex problem is broken down into smaller, simpler subproblems.