Space complexity for an adjacency list of an undirected graph having large values of V (vertices) and E (edges) is __________
(a) O(V)
(b) O(E*E)
(c) O(E)
(d) O(E+V)
Enquiry is from Adjacency List topic in portion Graph of Data Structures & Algorithms I
The question was posed to me at a job interview.