Download as pdf or txt
Download as pdf or txt
You are on page 1of 13

Graph Theory and

Applications
Dr.S.Manipriya
manipriya.s@iiits.in
Basics of Graph
Euler Graph

A given connected graph or multigraph G is an Euler


graph if and only if all vertices of G are of even
degree

At each step, we move across an edge whose deletion does not


result in more than one component unless we have no choices.
At the end of the alog, there are no edges left and the
sequence of edges we moves across forms an Eulerian line
Euler Path/Cricuit/Unicursal
Graph
Konigsberg Bridge Problem
Hamiltonian Graph
Hamiltonian circuit in a connected graph is defined as
a closed walk that traverses every vertex exactly once
except of course the starting vertex at which the walk
also terminates
Hamiltonian Circuit
Seating Arrangement Problem

• In a complete graph with n vertices there are (n-1)/2 edge


disjoint Hamiltonian circuit, if n is an odd number >=3

• A simple graph G have a Hamiltonian Circuit such that the degree


of every vertex in G be at least n/2, where n is the number of
vertices in G
Chinese Postman Problem
Chinese Postman Problem
Chinese Postman Problem
Chinese Postman problem
Travelling Salesman Problem

You might also like