Graph in DSA
Define Graph A graph is a non-linear data structure that basically consists of two components i.e a node and an edge. The nodes are the fundamental unit of graphs that contain some data. The edge is used to make the connection between the nodes. The ...
Dec 16, 20224 min read83


