Details
A Graph is a non-linear data structure consisting of nodes and edges. The nodes are sometimes also referred to as vertices and the edges are lines or arcs that connect any two nodes in the graph.
Graphs are used to solve many real-life problems. Graphs are used to represent networks. The networks may include paths in a city or telephone network or circuit network. Graphs are also used on social networks like LinkedIn and Facebook. For example, on Facebook, each person is represented with a vertex(or node).
In this session, you will get to know about how to increase your understanding of graphs in Data Structures with real-life applications and examples.
Support the community guys!!
.png)
.png)