Multiple choice Best-First-Search strategy is a combination of BFS & Binary Search DFS & Binary Search BFS & DFS AND & OR Graphs Reveal answer Fill a bubble to check yourself C Correct answer Explanation Best-First Search combines the benefits of BFS (exploring nodes) and DFS (going deep into promising paths) by using a heuristic to prioritize which node to expand next.