Quiz: Graph Representations
Quiz yourself on graph representations.
We'll cover the following...
We'll cover the following...
Comparing graph representations
1.
Which graph representation requires less memory for storing sparse graphs?
A.
The adjacency matrix.
B.
The adjacency list.
C.
A and B have the same memory footprint.
1 / 2