Multiple choice The AO* algorithm is based on DFS algorithm Problem reduction Best-First Search algorithm 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.