![]() |
VOOZH | about |
Graph is a non-linear data structure like tree data structure. A Graph is composed of a set of vertices(V) and a set of edges(E). The vertices are connected with each other through edges.
The following images show different types of graphs that see when solving graph problems.
If you are looking for difficulty-wise list of problems, please refer to Graph Data Structure.
Quick Links :