Graphs-DSA
Graphs in Data Structures and Algorithms
A graph is a non-linear data structure consisting of vertices (nodes) and edges (links between nodes).
Graphs are used to represent real-world relationships where data has connections to other data. Some examp...
techrush.hashnode.dev2 min read