Join 36000+ teachers and students using TTIO.
A graph is a pictorial representation of a set of objects where some pairs of objects are connected by links. The interconnected objects are represented by points termed as vertices, and the links that connect the vertices are called edges.
Questions and Answers included at the end
Formally, a graph is a pair of sets (V, E), where V is the set of vertices and E is the set of edges, connecting the pairs of vertices. Take a look at the following graph −it has three vertices and three edges.
https://yongdanielliang.github.io/animation/web/GraphLearningTool.html
https://www.tutorialspoint.com/data_structures_algorithms/graph_data_structure.htm
www.teachyourselfpython.com