Undirected Graphs

Home > Computer Science > Algorithms and data structures > Graphs > Undirected Graphs

In this type, the edges do not have any particular direction. So, the connections between the vertices are bi-directional.