Nabta Health interview question

What is a graph data structure?

Interview Answer

Anonymous

13 Apr 2022

Graph is a type of non-linear data structure that consists of vertices or nodes connected by edges or links for storing data. Edges connecting the nodes may be directed or undirected.