Computer Science, asked by vthamilarasan210, 4 months ago

The data structure required
sor breath first traversal on a graph​

Answers

Answered by hareesh11
0

Answer:

Breadth First Search (BFS) algorithm traverses a graph in a breadthward motion and uses a queue to remember to get the next vertex to start a search, when a dead end occurs in any iteration.

PLS MARK ME AS BRILLIANT OR FOLLOW ME

Similar questions