Vidyalelo
Data Structure · Q27

Applications of Data Structures

Programming · Data Structure · question 27

Q27

In which data structure would you implement a social network where users are nodes and connections are edges?

A.
Graph
Answer
B.
Hash Table
C.
Array
D.
Stack

Answer: Option A

Solution

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