Category Archives: Data structures and Algorithms

Important Types of Graph Data Structure

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:… Read More »