1.

When is breadth-first search is optimal?(a) When there is less number of nodes(b) When all step costs are equal(c) When all step costs are unequal(d) None of the mentionedThis question was posed to me during an interview.Question is taken from Uninformed Search Strategy in portion Problem Solving of Artificial Intelligence

Answer»

Correct option is (b) When all STEP costs are equal

Easy explanation: Because it ALWAYS EXPANDS the shallowest unexpanded NODE.



Discussion

No Comment Found

Related InterviewSolutions