1.

Which search is implemented with an empty first-in-first-out queue?(a) Depth-first search(b) Breadth-first search(c) Bidirectional search(d) None of the mentionedThe question was asked by my college professor while I was bunking the class.Enquiry is from Uninformed Search Strategy topic in division Problem Solving of Artificial Intelligence

Answer» RIGHT OPTION is (b) Breadth-first search

The BEST I can explain: Because of FIFO queue, it will assure that the nodes that are visited first will be expanded first.


Discussion

No Comment Found

Related InterviewSolutions