what is the use of graph in data structure and algorithms
Answers
Answered by
1
Answer:
A graph is a non-linear data structure, which consists of vertices(or nodes) connected by edges(or arcs) where edges may be directed or undirected. In Computer science graphs are used to represent the flow of computation
Similar questions