Vidyalelo
Data Structure · Q113

Graphs

Programming · Data Structure · question 113

Q113

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

What sequence would the BFS traversal of the given graph yield?
Graphs mcq question image
A.
A F D B C E
B.
C B A F E D
C.
A B D C E F
Answer
D.
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