1.

What is the other name of the greedy best first search?(a) Heuristic Search(b) Pure Heuristic Search(c) Combinatorial Search(d) Divide and Conquer SearchThe question was posed to me during an interview.I want to ask this question from Graph Search in chapter Graph Search of Data Structures & Algorithms II

Answer»

The CORRECT choice is (b) Pure Heuristic Search

For explanation: The GREEDY best FIRST search algorithm was used to predict the closeness of the end of the path and its solution by some of the computer scientists. It is ALSO KNOWN as Pure Heuristic Search.



Discussion

No Comment Found

Related InterviewSolutions