Chap 1 Part 2
Chap 1 Part 2
Topology. Graph theory is considered to have begun in 1736 with the publication of
Euler’s solution of konigsberg Bridge Problem.
The Graph theory is one of the few field of mathematics with a definite birth
date by Ore. Kirchoff’s investigations of electric networks led to his development of
the basic concepts and theorems concerning trees in graphs, while Cayley considered
trees arising from the enumeration of organic chemical isomers.
As mentioned earlier, Graph theory was born in 1736 with Euler’s paper in
which he solved the konigsberg bridge problem. For the next 100 years nothing was
more done in this field.
About the time of Kirchoff and Cayley, two other milestones in Graph
theory were laid. One was the four colour conjecture, which states that four colour are
sufficient for colouring any map on a plane such that the countries with common
boundaries have different colours. It is believed that A.F. Mobius (1740-1868) first
presented the four colour problem in one of his lectures in 1840.
The other milestone is due to Sir W.R. Hamilton (1805-1865). In the year
1859 he invented a puzzle and sold it for 25 guineas to a game manufacturer in
Dublin. The puzzle consist of wooden, regular dodecahedron.
3
The corners were marked with the names of 20 important cities like London,
Newyork, Delhi, Paris and so on. The object in the puzzle was to find a route along
the edges of the dodecahedron, passing through each of the 20 cities exactly one.
The fertile period was followed by half a century of relative inactivity, then
a resurgence of intrest in graphs started during the 1920’s. One of the pioneers in this
period was D. Konig. He organised the work of other, mathematicians and his own
and wrote the first book on the subject, which was published in 1936.
The past 30 years has been a period of intense activity in graph theory both
pure and applied. Among the current leaders in the field are Claude Berge, Oystein
Ore, Paul Erdos, William Tutte and Frand Harary.
1.4.1 Graph
1.4.2 Applications
Graphs are among the most ubiquitous models of both natural and human
made structures. They can be used to model many types of relations and process
dynamics in physical, biological and social systems. Many problems of practical
interest can be represented by graphs.
4
In Mathematics, graph are useful in geometry and certain parts of Topology
and Operation Research. In Computer Science, graphs are used to represent networks
of communication, data organization, computational devices, the flow of computation
etc.....
Graph Algorithms are used to solve the graph theoretical concepts which in
turn used to solve the corresponding computer science application problems. Graph
theoretic methods, invarious forms, have proven particularly useful in linguistics,
since natural language often lends itself well to discrete structure.
The study of graph labeling has become a major subfield of graph theory. A
graph labelling is an assignment of integers to the vertices or edges or both, subject to
certain conditions. Graph labeling was first introduced in the late 1960’s.
5
such that when each edge xy is assigned that labels | f (x) –f (y) | the resulting edge
labels are distinct.
The distance – two labelling problem of a graphs was proposed by Griggs and
Roberts in 1988 and it is a variation of the frequency assignment problem introduced
by Hale. The existence of graphs for which a special set of integer value are assigned
to its nodes or edges or both according to some given criteria has been investigated
since middle of the last century.
Labeled graphs are also useful in designing of good radar type codes, synch-
set codes, missile guidance codes and convolution codes with optimal autocorrelation
properties. They facilitate the optimal non standard encoding of integers.
Whereas quantitative labeling of the graphs has led to quite intricate fields of
applications such as coding theory problems, including the design of good radar
6
location codes, synch-set codes, missile guidance codes and convolution codes with
optimal auto correlation properties.
ρ-labeling :
Let G be a graph with q edges and ρ be an injection from V(G) into a subset S
of elements of the additive group Z2q+1. The length of an edge e with end vertices X
and Y is defined as 1(e) = min {ρ(x) – ρ(y) , ρ(y) – ρ(x)}. The injection ρ is called rosy
labelling (also labeling or valuation) if the set of all lengths of the q edges is equal to
(1, 2, ......., q).
β-Labeling :
Let G be a graph with q edges and β be a rosy labeling of G. If the set of labels
of vertices of G is the subset of the set {0, 1, 2, ......., q}, then β is called a graceful
labeling or β-valuation or β-labeling.
α-labeling :
Graceful labeling :
7
Square sum labeling :
Let G = (V,E) be a (p,q) graph and let f : V(G) → {0, 1, 2, ...., p-1} be a
bijection. We define f * on E(G) by f *(uv) = [ f(u)]2 + [f(v)]2. If f *
is injective on
E(G) , Then f is called a Square sum labeling. The graph G is said to be a Square
sum graph if G admits a square sum labeling.
Magic labelling :
Let G be a graph with q edges . The graph G is magic if the edges of G can be
labeled by the numbers 1, 2, 3, ......., q so that the sum of labels of all the edges with
any vertex is the same.
Prime labeling :
Harmonious labeling :
The term “graceful” was introduced by Golumb in 1972 . Rosa showed that if
every tree is graceful, then Ringel Conjecture holds. Since then, researchers have
8
been trying to prove Ringel’s Conjecture through the graceful tree conjecture, which
claims that every tree is graceful
However, graceful graphs gained their own merit of study over the years.
David S. Johnson , in his NP-Completeness column of 1983, includes the decision
problem of graceful labeling as the “Open Problem of the Month”.