Q31
What is the space complexity of storing a graph using an adjacency matrix?
A.
O(V log V)
B.
O(E)
C.
O(V + E)
D.
O(V2)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board