Multiple choice The A* algorithm represents DFS algorithm BFS algorithm Best-First Search algorithm Problem reduction Reveal answer Fill a bubble to check yourself C Correct answer Explanation A* is a classic informed search algorithm that uses a heuristic function to guide a Best-First Search, balancing the cost from the start and the estimated cost to the goal.