Q225. Which search uses only the linear space for searching?
✅ Correct Answer: B) Recursive best-first search
Explanation: Recursive best-first search will mimic the operation of standard best-first search, but using only the linear space.
Q225. Which search uses only the linear space for searching?
✅ Correct Answer: B) Recursive best-first search
Explanation: Recursive best-first search will mimic the operation of standard best-first search, but using only the linear space.