Write a short note on graphs in computer programming
Answers
Answered by
0
Answer:
A graph is a type of non-linear data structure that is used to store data in the form of nodes and edges. The following is a typical representation of Graph: G = (V, E) Here G is the Graph, V is the set of vertices or nodes and E is the set of edges in the Graph G.
Step-by-step explanation:
Please mark me as brainlist
Similar questions