Computer Science, asked by vedprakash9118, 1 year ago

Prove breadth-first search is a special case of uniform-cost search with example

Answers

Answered by Mehakjannat01
9

Answer:

Explanation:

Breadth-first search (BFS) is an algorithm for traversing or searching tree or graph data structures. ... It uses the opposite strategy as depth-first search, which instead explores the highest-depth nodes first before being forced to backtrack and expand shallower nodes.

Answered by Chiragrc
6

Answer:

Yes, breadth first search is a special case of uniform-cost search

Explanation:

Breadth first search is a special case of uniform cost search when all the step costs are equal

Similar questions