1.

Which type of best first search algorithm was used to predict the closeness of the end of path and its solution?(a) Greedy BFS(b) Divide and Conquer(c) Heuristic BFS(d) CombinatorialThe question was posed to me in an interview.My question is based upon Graph Search topic in portion Graph Search of Data Structures & Algorithms II

Answer»

Correct choice is (a) Greedy BFS

The EXPLANATION is: 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.



Discussion

No Comment Found

Related InterviewSolutions