2.2 Hamilton Circuits Hamilton Circuits Hamilton Paths Tucker, Applied Combinatorics, Section 2.2, Tamsen Hunter.

Slides:



Advertisements
Similar presentations
 Theorem 5.9: Let G be a simple graph with n vertices, where n>2. G has a Hamilton circuit if for any two vertices u and v of G that are not adjacent,
Advertisements

Chapter 9 Graphs.
MCA 202: Discrete Mathematics under construction Instructor Neelima Gupta
9.7 Planar Graphs. Intro problem- 3 houses and 3 utilities K 3,3 problem: Can 3 houses be connected to 3 utilities so that no 2 lines cross? Similarly,
1 Lecture 5 (part 2) Graphs II Euler and Hamiltonian Path / Circuit Reading: Epp Chp 11.2, 11.3.
3.3 Spanning Trees Tucker, Applied Combinatorics, Section 3.3, by Patti Bodkin and Tamsen Hunter.
Applied Combinatorics, 4th Ed. Alan Tucker
Section 2.1 Euler Cycles Vocabulary CYCLE – a sequence of consecutively linked edges (x 1,x2),(x2,x3),…,(x n-1,x n ) whose starting vertex is the ending.
What is the first line of the proof? a). Assume G has an Eulerian circuit. b). Assume every vertex has even degree. c). Let v be any vertex in G. d). Let.
Applied Combinatorics, 4th Ed. Alan Tucker
What is the next line of the proof? a). Let G be a graph with k vertices. b). Assume the theorem holds for all graphs with k+1 vertices. c). Let G be a.
02/01/05Tucker, Sec Applied Combinatorics, 4th Ed. Alan Tucker Section 1.3 Edge Counting Prepared by Joshua Schoenly and Kathleen McNamara.
Tucker, Applied Combinatorics, Section 1.4, prepared by Patti Bodkin
Definition Dual Graph G* of a Plane Graph:
3/29/05Tucker, Sec Applied Combinatorics, 4th Ed. Alan Tucker Section 4.2 Minimal Spanning Trees Prepared by Amanda Dargie and Michele Fretta.
4/17/2017 Section 8.5 Euler & Hamilton Paths ch8.5.
Applied Discrete Mathematics Week 12: Trees
03/01/2005Tucker, Sec Applied Combinatorics, 4th Ed. Alan Tucker Section 3.1 Properties of Trees Prepared by Joshua Schoenly and Kathleen McNamara.
What is the next line of the proof? a). Assume the theorem holds for all graphs with k edges. b). Let G be a graph with k edges. c). Assume the theorem.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 6, Friday, September 12.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 4, Monday, September 8.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 10, Monday, September 22.
Euler Circuit Chapter 5. Fleury’s Algorithm Euler’s theorems are very useful to find if a graph has an Euler circuit or an Euler path when the graph is.
1/22/03Tucker, Applied Combinatorics, Section EDGE COUNTING TUCKER, APPLIED COMBINATORICS, SECTION 1.3, GROUP B Michael Duquette & Amanda Dargie.
Subdivision of Edge In a graph G, subdivision of an edge uv is the operation of replacing uv with a path u,w,v through a new vertex w.
5.4 Shortest-path problem  Let G=(V,E,w) be a weighted connected simple graph, w is a function from edges set E to position real numbers set. We denoted.
1 Graphs Chapters 9.1 and 9.2 University of Maryland Chapters 9.1 and 9.2 Based on slides by Y. Peng University of Maryland.
Chapter 4 sections 1 and 2.  Fig. 1  Not connected  All vertices are even.  Fig. 2  Connected  All vertices are even.
7.1 and 7.2: Spanning Trees. A network is a graph that is connected –The network must be a sub-graph of the original graph (its edges must come from the.
An Improved Degree Based Condition for Hamiltonian Cycles November 22, 2005 November 22, 2005.
 2. Region(face) colourings  Definitions 46: A edge of the graph is called a bridge, if the edge is not in any circuit. A connected planar graph is called.
Graphs.  Definition A simple graph G= (V, E) consists of vertices, V, a nonempty set of vertices, and E, a set of unordered pairs of distinct elements.
MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs
Planar Graphs Graph Coloring
Aim: What is an Euler Path and Circuit?
Graph Theory. A branch of math in which graphs are used to solve a problem. It is unlike a Cartesian graph that we used throughout our younger years of.
AND.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
 Quotient graph  Definition 13: Suppose G(V,E) is a graph and R is a equivalence relation on the set V. We construct the quotient graph G R in the follow.
1 Graphs Terminology By: Sandeep Tuli Astt. Prof. CSE.
CHAPTER 11 TREES INTRODUCTION TO TREES ► A tree is a connected undirected graph with no simple circuit. ► An undirected graph is a tree if and only.
Chapter 11 - Graph CSNB 143 Discrete Mathematical Structures.
2/25/2016Tucker, Sec Applied Combinatorics, 4 th Ed. Alan Tucker Section 2.2 Hamilton Circuits Prepared by: Nathan Rounds and David Miller.
1) Find and label the degree of each vertex in the graph.
Hamilton Paths and Circuits 1 Click to Start 2 3 Start End.
1 Closures of Relations Based on Aaron Bloomfield Modified by Longin Jan Latecki Rosen, Section 8.4.
9.5 Euler and Hamilton graphs. 9.5: Euler and Hamilton paths Konigsberg problem.
1 Lecture 5 (part 2) Graphs II (a) Circuits; (b) Representation Reading: Epp Chp 11.2, 11.3
رياضيات متقطعة لعلوم الحاسب MATH 226. Chapter 10.
Hamiltonian Circuits and Paths
Outline 1 Properties of Planar Graphs 5/4/2018.
Çizge Algoritmaları.
5.9.2 Characterizations of Planar Graphs
Applied Combinatorics, 4th Ed. Alan Tucker
Euler Circuits William T. Trotter and Mitchel T. Keller
Tucker, Applied Combinatorics, Sec 2.4
Applied Combinatorics, 4th Ed. Alan Tucker
Discrete Math II Howon Kim
Applied Combinatorics, 4th Ed. Alan Tucker
Hamiltonian Circuits and Paths
Theorem 5.13: For vT‘, l’(v)= min{l(v), l(vk)+w(vk, v)}
MAT 2720 Discrete Mathematics
Euler and Hamilton Paths
Hamilton Paths and Hamilton Circuits
N(S) ={vV|uS,{u,v}E(G)}
Gaph Theory Planar Graphs
Applied Combinatorics, 4th Ed. Alan Tucker
Warm Up – 3/19 - Wednesday Give the vertex set. Give the edge set.
Hamilton Paths and Circuits
Presentation transcript:

2.2 Hamilton Circuits Hamilton Circuits Hamilton Paths Tucker, Applied Combinatorics, Section 2.2, Tamsen Hunter

ab cd Definition of Hamilton Path: a path that touches every vertex at most once. 2.2 Hamilton Circuits

ab cd Definition of Hamilton Circuit: a path that touches every vertex at most once and returns to the starting vertex.

2.2 Building Hamilton Circuits Rule 1: If a vertex x has degree 2, both of the edges incident to x must be part of a Hamilton Circuit a f b h c k i e d j g The red lines indicate the vertices with degree two.

2.2 Hamilton Circuit Rule 2: No proper subcircuit, that is, a circuit not containing all vertices, can be formed when building a Hamilton Circuit c ab d ef g h i

2.2 Hamilton Circuit Rule 3: Once the Hamilton Circuit is required to use two edges at a vertex x, all other (unused) edges incident at x can be deleted. a f b h c k i e d j g The red lines indicate the edges that have been removed.

2.2 Hamilton Circuits Applying the Rules One & Two a f b h c k i e d j g Rule One: a and g are vertices of degree 2, both of the edges connected to those 2 vertices must be used. Rule Two: You must use all of the vertices to make a Hamilton Circuit, leaving out a vertex would not form a circuit.

2.2 Hamilton Circuits Applying the Rule Three a f b h c k i e d j g Step One: We have two choices leaving i- ij or ik if we choose ij then Rule Three applies. Step Two: Edges jf and ik are not needed in order to have a Hamilton Circuit, so they can be taken out. Step Three: We now have two choices leaving j, jf or jk. If we choose jk, then Rule Three applies and we can delete jf.

2.2 Hamilton Circuits Theorem 1 A connected graph with n vertices, n >2, has a Hamilton circuit if the degree of each vertex is at least n/2 a b c d e

2.2 Hamilton Circuits Theorem 2 Let G be a connected graph with n vertices, and let the vertices be indexed x 1, x 2,…, x n, so that deg(x i )  deg(x i+1 ). If for each k  n/2, either deg (x k ) > k or deg(x n+k )  n – k, then G has a Hamilton circuit

2.2 Hamilton Circuits Theorem 3 Suppose a planar graph G has a Hamilton circuit H. Let G be drawn with any planar depiction, and let r i denote the number of regions inside the Hamilton circuit bounded be i edges in this depiction. Let r´ i be the number of regions outside the circuit bounded by i edges. Then the numbers r i and r´ i satisfy the equation

2.2 Hamilton Circuit c q a b d e f g h i j k l m no p

2.2 Hamilton Circuits Equation in Math Type

2.2 Hamilton Circuit Theorem 4 Every tournament has a Hamilton path. A tournament is a directed graph obtained from a complete (undirected) graph by giving a direction to each edge. a b c d All of the tournaments for this graph are; a-d-c-b, d-c-b-a, c-b-d-a, b-d-a-c, and d-b-a-c.

2.2 Hamilton Circuits Class Work Exercises to Work On (p. 73 #3) Find a Hamilton Circuit or prove that one doesn’t exist. b cd a e f g h i j k One answer is; a-g-c-b-f-e-i-k-h-d-j-a

2.2 Hamilton Circuits Class Work Exercises to Work On Find a Hamilton circuit in the following graph. If one exists. If one doesn’t then explain why. a b c d e f gh i a-f-b-g-c-h-d-e-a is forced by Rule One, and then forms a subcircuit, violating Rule Two.