1.

A* algorithm is based on ___________(a) Breadth-First-Search(b) Depth-First –Search(c) Best-First-Search(d) Hill climbingI had been asked this question during an online interview.Origin of the question is Informed Search and Exploration in section Problem Solving of Artificial Intelligence

Answer»

The correct answer is (c) Best-First-Search

To explain I would SAY: Best-first-search is giving the idea of optimization and quick CHOOSE of path, and all these characteristic LIES in A* algorithm.



Discussion

No Comment Found

Related InterviewSolutions