Which of the following is useful in traversing a given graph by Breath first search?

🎲 Try a Random Question  |  Total Questions in Quiz: 149  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Data Structures (DS) Practice Test: All Topics — practice the complete quiz, review flashcards, or try a random question.

In computer science, a data structure is a data organization, management, and storage format that is usually chosen for efficient access to data.
The four basic data structure types are linear data structures, tree data structures, hash data structures and graph data structures.


Which of the following is useful in traversing a given graph by Breath first search?