Multiple Choice
A breadth-first traversal of a graph uses which of the following data structures?
A) binary search tree
B) stack
C) queue
D) array
E) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: An adjacency matrix is one approach to
Q6: Consider a digraph with the following vertices
Q7: Can an edge be part of more
Q8: Can a tree ever have a cycle?
Q9: A digraph and an directed graph are
Q11: A breadth-first traversal uses a stack as
Q12: Which of the following describes vertices that
Q13: A connected graph has which of the
Q14: What data structure is used to support
Q15: Is every tree a graph? Is every