1.

Best-First search can be implemented using the following data structure.(a) Queue(b) Stack(c) Priority Queue(d) Circular QueueI had been asked this question by my school teacher while I was bunking the class.This intriguing question comes from Informed Search and Exploration in section Problem Solving of Artificial Intelligence

Answer»

The correct option is (c) Priority Queue

The best EXPLANATION: Best-first SEARCH can be implemented within our GENERAL search framework VIA a priority queue, a data structure that will maintain the FRINGE in ascending order of f-values.



Discussion

No Comment Found

Related InterviewSolutions