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.

Breadth-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: a
Explanation: Breadth-first search always expands the shallowest node in the current fringe of the search tree. Traversal is performed level wise.

Join The Discussion