In this post, We will discuss some important Types of Graph Data Structures
1.Directed Graph
All the edges have directed
Example: Route Network
2.Undirected Graph
All the edges have undirected
Example: Flight network
3.Weighted Graph
In Weighted graphs, integers (weights) are assigned to each edge to represent (distance or cost)
You May Also Like:
Introduction to Graph Data Structure?
That’s all about Important Types of Graph Data Structure
If you have any feedback or suggestion please feel free to drop in below comment box.