0
10kviews
What is graph? Explain methods to represent graph
1 Answer
0
447views
  1. Graph is a non-linear data structure that is same as the mathematical (discrete mathematics) concept of graphs.
  2. It is a collection of nodes (also called as vertices) and edges that connect these vertices.
  3. Graphs are used to represent arbitrary relationship among objects.
  4. A graph can be directed or undirected.
  5. Consider …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.