Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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 mentioned

Answer: b
Explanation: Recursive best-first search will mimic the operation of standard best-first search, but using only the linear space.

Join The Discussion