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, neighborView Answer
Answer» D. vertex, neighborView Answer


Discussion

No Comment Found