Q113
What sequence would the BFS traversal of the given graph yield?
What sequence would the BFS traversal of the given graph yield?


A.
A F D B C E
B.
C B A F E D
C.
A B D C E F
AnswerD.
E F D C B A
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board