Examveda

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

D. E F D C B A

Answer: Option C


This Question Belongs to Data Structure >> Graphs

Join The Discussion

Related Questions on Graphs

What is a cycle in a graph?

A. A path that starts and ends at the same vertex with no other repetitions.

B. A path that includes all vertices exactly once.

C. A path with no edges.

D. A complete traversal of all vertices.