GT Unit 1 and 2
GT Unit 1 and 2
GT Unit 1 and 2
Isomorphism
Fig. 30.
subgraph
Euler Graph - A connected graph G is called an Euler graph, if there is a closed
trail which includes every edge of the graph G.
Walk
Path : If no vertex of the x-y walk occurs more than once, then the walk is called a x-y path.
Path
circuit
Travelling Salesman Problem (TSP) : Given a set of cities and distances
between every pair of cities, the problem is to find the shortest possible route
that visits every city exactly once and returns to the starting point.
For example, consider the graph shown in the figure
. A TSP tour in the graph is 1-2-4-3-1. The cost of the tour is 10+25+30+15
which is 80.
Unit 2
Trees, Circuits and Cut-sets
ROOTED TREE
Co tree
The cotree T* of a spanning tree T in a connected graph G is the spanning subgraph of G
containing.exactly those edges of G which are not in T. The edges of G which are not in T* are
called its twigs.
BINARY TREES
Fig. 13-vertices, 4-level binary tree.
Spanning Trees In A Weighted Graph,
Algorithm For Shortest Spanning Tree
1. Kruskal's Algorithm
2. Prim's Algorithm