retagged by
311 views
1 votes
1 votes

retagged by

1 Answer

1 votes
1 votes
Answer is 1 . A and B Only.
BFS works fine for Weighted Graph to find Single Source shortest path from Source. So A and B are correct.
C is false. DFS provides a precedence order if applied on DAG not BFS.
Answer:

Related questions

1 votes
1 votes
2 answers
1
saptarshiDey asked Feb 1, 2019
857 views
What will be the path from A-H if BFS is used in the following graph?