AI MCQ #231: A* algorithm is based on ___________

Q231. A* algorithm is based on ___________

  • a) Breadth-First-Search
  • b) Depth-First –Search
  • c) Best-First-Search
  • d) Hill climbing

✅ Correct Answer: C) Best-First-Search

Explanation: Best-first-search is giving the idea of optimization and quick choose of path, and all these characteristic lies in A* algorithm.