1.

Which search uses only the linear space for searching?(a) Best-first search(b) Recursive best-first search(c) Depth-first search(d) None of the mentionedI had been asked this question by my school principal while I was bunking the class.I'd like to ask this question from Informed Search Strategy topic in section Problem Solving of Artificial Intelligence

Answer»

The correct CHOICE is (b) Recursive best-first search

Easy explanation: Recursive best-first search will MIMIC the OPERATION of STANDARD best-first search, but using only the linear space.



Discussion

No Comment Found

Related InterviewSolutions