Computer Science, asked by sridevikathir, 1 year ago

what is graph and explain it's type in data structure.

Answers

Answered by Sheerazkhan
2
Graph is the pictorial representation of tha data . Its give an attractive look to the observer of the graph
Answered by siddhartharao77
0
A graph is a pictorial representation of a set of objects where some pairs of objects are connected by links.

Following are the types of graphs in Data structures:

1. Undirected Graphs.   ---  have edges that do not have direction.

2. Directed Graphs.   --- have edges with direction.
Similar questions