Vidyalelo
Data Structure · Q44

Graphs

Programming · Data Structure · question 44

Q44

Which graph representation method is more efficient for sparse graphs?

A.
Incidence matrix
B.
Edge list
C.
Adjacency list
Answer
D.
Adjacency matrix

Answer: Option C

Solution

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