Graph Theory
Graph Theory
G=(V,E). An Edge having same vertex as start and end point are called as Self Loop .
Application of Graphs
In Engineering , physical , biological sciences few
Useful in linguistics.
c) Study molecules in Chemistry and Physics. Some of problems solved by graph are:i)Konigsberg Bridge Problem ii)Utilities Problem iii) Electrical Network Problem
orientation.
Directed Graph: Is an ordered pair D = (V, E) with
a) V a set whose elements are called vertices or nodes. b) E a set of ordered pairs of vertices, called arcs, directed edges, or arrow.
Continued..
to each edge.
Continued..
vertices or edges or both. Null Graph: A Graph without any edges , is called Null Graph.
Properties of Graph
Two edges of a graph are called adjacent
(coincident) if they share a common vertex. Two vertices are called adjacent if they are the end vertices of the same edge. An edge and a vertex on that edge are called incident. The number of edges incident on vertices , with self loop counted twice is called Degree.
vertex.
End vertex.
Famous problems
The traveling salesman problem
A traveling salesman is to visit a number of cities; how to plan the trip so every city is visited once and just once and the whole trip is as short as possible ?
Famous problems
In 1852 Francis Guthrie posed the four color problem which asks if it is possible to color, using only four colors, any map of countries in such a way as to prevent two bordering countries from having the same color. This problem, which was only solved a century later in 1976 by Kenneth Appel and Wolfgang Haken, can be considered the birth of graph theory.
Examples
Cost of wiring electronic components
Examples
Flow of material liquid flowing through pipes current through electrical networks information through communication networks parts through an assembly line In Operating systems to model resource handling
Questions