A linear graph (simply a graph) G(V,E) consists of a set of
objects V={v1,v2……} called vertices, and another set E={e1,e2……..} whose
elements are called edges, such that each edge
is identified with an unordered pair(vi,vj) of
vertices. The vertices vi, vj associated with each edge ek
are called end vertices of ek.
Definition also permits an edge to be associated with a
vertex pair (vi,vi)
such an edge having the same vertex as both its end vertices is called self
loop. V2 is having self loop.
The definition also permits more than one edge associated
with a given pair of vertices, such edges are called parallel edges. Such as e4
and e5 of the following graph.
No comments:
Post a Comment