Choose the Linear Data types: Queue Tree Arrays Stack Graph
Answers
Answered by
0
This is answer
Explanation:
A graph is a non-linear data structure that has a finite number of vertices and edges, and these edges are used to connect the vertices. The vertices are used to store the data elements, while the edges represent the relationship between the vertices. A graph is used in various real-world problems like telephone networks, circuit networks, social networks like LinkedIn, Facebook. In the case of facebook, a single user can be considered as a node, and the connection of a user with others is known as edges.
Linear vs Non-Linear data structure
Attachments:
Similar questions