

MCQOPTIONS
Saved Bookmarks
1. |
Complete the given snippet of code for the adjacency list representation of a weighted directed graph. |
A. | vertex, vertex |
B. | neighbor, vertex |
C. | neighbor, neighbor |
D. | vertex, neighbor |
Answer» D. vertex, neighbor | |