Graph definition & meaning in DSA
A Graph is a non-linear data structure consisting of vertices and edges where two vertices are connected by an edge. Example of GraphProperties of a Graph:Vertices (nodes): The points where edges meet in a graph are known as vertices or nodes. A vertex can represent a physical object, concept, or ab