KUMAR SHIVAM

Write  Applications of Depth-First Search Algorithm and Breadth-First Search Algorithm ? 

Data Structures and Algorithms

Answer in Short

BFS(Breadth First Search) uses Queue data structure for finding the shortest path. DFS(Depth First Search) uses Stack data structure. open to view full solution

Explanation

1360    0





Share:   

More Questions from Data Structures and Algorithms Module 5