Multiple Choice
A(n) ___________________ is a two-dimensional array that can be used to represent a graph.
A) adjacency list
B) adjacency matrix
C) digraph list
D) graph node
E) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q16: A _ traversal can be used to
Q18: Explain how a breadth-first traversal of a
Q19: Consider the following undirected graph.<br>vertices: 1, 2,
Q20: A spanning tree of a graph does
Q21: A minimum spanning tree of a weighted
Q22: A graph is a special kind of