Computer Science, asked by sharmila0306nyl, 1 month ago

what is the use of graph in data structure and algorithms​

Answers

Answered by nithyashree1577
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