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 function will select the lowest expansion node at first for evaluation?

a) Greedy best-first search
b) Best-first search
c) Depth-first search
d) None of the mentioned

Answer: b
Explanation: The lowest expansion node is selected because the evaluation measures distance to the goal.

Join The Discussion