Graphs-DSA
Sep 7, 2023 · 2 min read · 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...
Join discussion


