Graph Theory: Its Endpoints
Graph Theory: Its Endpoints
A Graph consists of two finite sets :a set V(G) of vertices and a set E(G) of edges ,
where each edge is associated with a set consisting of either one or two vertices called
its endpoints
The correspondence from edges to endpoints is called edge-endpoints function
An edge with one endpoint is called a loop, and two distinct edges with the same
endpoints are said to be parallel
An edge is said to connect its endpoints
Two vertices that are connected by an edge is said to be adjacent
A vertex is said to be a Loop if it is adjacent to itself.
An edge is said to be incident on each of its endpoints, and the two edges incident on
the same endpoints are said to be Adjacent.
A vertex on which no edges are incident is called isolated.
A graph with no vertices is called empty, and one with at least one vertex is said to
non empty
Multi graph: A graph, which has multiple edges, is called Multi graph.
Pseudograph: A graph, which contains both loops and multiple edges.
A complete graph: A simple graph with n vertices v1, v2, v3…vn whose set of edges
contains exactly one edge for each pair of distinct vertices. In other words, A
Graph in which all the vertices are connected with every other vertex. It is
denoted by Kn.
Bipartite graph: A graph is said to be Bipartite if the vertex set of the graph can be
divided into two parts such that every vertex in the graph starts from the first set and
ends in the second set and the vertices which are adjacent are not in the same set.
Regular Graph: A graph is said to be regular if every vertex has the same
degree.
Concept of degree:
Let G be a graph and v is a vertex of G. The degree of v denoted as deg(v) , equals the
number of edges that are incident on v, with an edge that is a loop
counted twice .