InterviewSolution
Saved Bookmarks
| 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 |
|