1.

Space complexity for an adjacency list of an undirected graph having large values of V (vertices) and E (edges) is ___________

A. O(E)
B. O(V*V)
C. O(E+V)
D. O(V)
Answer» D. O(V)


Discussion

No Comment Found