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.

Depth-first search always expands the ______ node in the current fringe of the search tree.

a) Shallowest
b) Child node
c) Deepest
d) Minimum cost

Answer: c
Explanation: Depth-first search always expands the deepest/leaf node in the current fringe of the search tree.

Join The Discussion