Problem Set - MMW - BSBAHRM 3-2N
Problem Set - MMW - BSBAHRM 3-2N
Group 4
I. Let
V = {−2 ,−1 , 0 ,1 , 2 }
|
E 1= { ( x , y ) }
x+ y
2 }
ϵZ ,
E = { ( x , y ) }| ϵ Z }
xy
2
2
A. Graph the following:
1. G1=(V , E 1)
2. G2=( V , E2 )
Vertex G1 G2
-2
-1
0
1
2
II. Let
A. One of the graphs above has no Euler path. Determine which one is it. State the
reason why it has no Euler path.
B. For each graph with an Euler path, determine one Euler path.
C. Determine which of the graphs above has an Euler circuit. For the graph with an
Euler circuit, using Fleury’s algorithm, determine the Euler circuit.
III.
The table below shows the distances of towns A, B, C, D, E, and F from each
other, in km.
Town A Town B Town C Town D Town E Town F
Town A * 38 30 15 35 11
Town B 38 * 14 21 19 16
Town C 30 14 * 40 23 27
Town D 15 21 40 * 12 17
Town E 35 19 23 12 * 41
Town f 11 16 27 17 41 *
A. Let the town be the vertices of a graph, and the distances in km be the weight of the
edge connecting the vertices. Create a complete weighted graph of the table from the
previous slide.
B. Consider a salesman who must make exactly one stop in each town before heading
back to his starting place (Hamilton circuit). Using the nearest neighbor method,
determine the shortest route available across the towns.
C. Consider a salesman who must make exactly one stop in each town before heading
back to his starting place (Hamilton circuit). Using the cheapest link algorithm,
determine the shortest route available across the towns.
IV.
Consider the complete weighted graph from item III. Using Kruskal’s algorithm,
determine the minimum spanning tree. Draw the minimum spanning tree.
V.
Consider the map of Laguna below.
Apply the Four-Color Theorem to determine the chromatic number of the vertex
coloring for the graph of the Laguna map.