

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Data Structure Questions and Answers knowledge and support exam preparation. Choose a topic below to get started.
1. |
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 |
D. | E F D C B A |
Answer» D. E F D C B A | |
2. |
Which of the following is not a topological sorting of the given graph? |
A. | A B C D E F |
B. | A B F E D C |
C. | A B E C F D |
D. | A B C D F E |
Answer» E. | |