GRAPH is a non linear data structure in which the elements are arranged randomly inside the memory and are interconnected with each other.
A graph G is an ordered pair of sets (V E ) where:
•V is the set of vertices.
•E is the edges which connect the vertices.

Material File