Graphs: Introduction and Terminology
1. Introduction A graph (G) is a set of vertices (V) and set of edges (E). The set V is a finite, nonempty set of vertices. The set E is a set of pair of vertices representing edges. G= (V, E) V (G) = Vertices of graph G E (G) = Edges of graph G …