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 is implemented with an empty first-in-first-out queue?

a) Depth-first search
b) Breadth-first search
c) Bidirectional search
d) None of the mentioned

Answer: b
Explanation: Because of FIFO queue, it will assure that the nodes that are visited first will be expanded first.

Join The Discussion