Computer Science, asked by zaryfamery86471, 1 year ago

Differentiate between the DFS and BFS graph traversal techniques

Answers

Answered by swatisharma28589
0
The major difference between BFSand DFS is that BFS proceeds level by level while DFS follows first a path form the starting to the ending node (vertex), then another path from the start to end, and so on until all nodes are visited
Similar questions