Vidyalelo
Data Structure · Q31

Graphs

Programming · Data Structure · question 31

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)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board