Hamilton Paths & Hamilton Circuits SOL: DM.2

Slides:



Advertisements
Similar presentations
Discrete Mathematics University of Jazeera College of Information Technology & Design Khulood Ghazal Connectivity Lecture _13.
Advertisements

Graph-02.
Section 14.1 Intro to Graph Theory. Beginnings of Graph Theory Euler’s Konigsberg Bridge Problem (18 th c.)  Can one walk through town and cross all.
1 Chapter 15.3 Hamilton Paths and Hamilton Circuits Objectives 1.Understand the definitions of Hamilton paths & Hamilton circuits. 2.Find the number of.
Homework collection Read Pages 175 – 184 Page 188: 21 – 26, 29 – 36, 41 – 44, 47 – 49, 51, 52, 59, 62, 63.
A traveling salesman has customers in 5 cities which we will call A, B, C, D, and E. The salesman needs to travel to all 5 cities with his trip starting.
§ Hamiltonian Circuits and Paths; Complete Graphs A sample-return mission sent to discover signs of microbial life on Mars is scheduled to be launched.
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
The Mathematics of Networks Chapter 7. Trees A tree is a graph that –Is connected –Has no circuits Tree.
Traveling-Salesman Problem Ch. 6. Hamilton Circuits Euler circuit/path => Visit each edge once and only once Hamilton circuit => Visit each vertex once.
Math for Liberal Studies.  Here is a map of the parking meters in a small neighborhood  Our goal is to start at an intersection, check the meters, and.
5.7 Eulerizing Graphs. Euler circuit and Euler path do not always exist. There are many graphs (in real life) that have more than 2 odd vertices. Instead.
UNIT 3 THINKING MATHEMATICALLY BY BLITZER Hamilton Paths and Hamilton Circuits.
© 2010 Pearson Prentice Hall. All rights reserved. 1 §15.3, Hamilton Paths and Circuits.
Euler and Hamilton Paths. Euler Paths and Circuits The Seven bridges of Königsberg a b c d A B C D.
CSNB143 – Discrete Structure Topic 9 – Graph. Learning Outcomes Student should be able to identify graphs and its components. Students should know how.
Examples Euler Circuit Problems Unicursal Drawings Graph Theory
6.1 Hamilton Circuits and Hamilton Path
Graph Theory Hamilton Paths Hamilton Circuits and.
Review Euler Graph Theory: DEFINITION: A NETWORK IS A FIGURE MADE UP OF POINTS (VERTICES) CONNECTED BY NON-INTERSECTING CURVES (ARCS). DEFINITION: A VERTEX.
Chapter 11 - Graph CSNB 143 Discrete Mathematical Structures.
EULER PATHS & CHINESE POSTMAN SOL: DM.2 CLASSWORK WORKSHEET HOMEWORK (DAY 59) WORKSHEET.
1) Find and label the degree of each vertex in the graph.
Tree Diagrams A tree is a connected graph in which every edge is a bridge. There can NEVER be a circuit in a tree diagram!
Graphs Definition: a graph is an abstract representation of a set of objects where some pairs of the objects are connected by links. The interconnected.
Classwork Quiz Worksheet Homework (day 54) Worksheet (1-7) Walks, Paths and Circuits SOL: DM.1.
Spanning Trees Dijkstra (Unit 10) SOL: DM.2 Classwork worksheet Homework (day 70) Worksheet Quiz next block.
Map Coloring Vertex Drawing Txt: mini excursion 2 (p ) & SOL: DM.1 Classwork Project Assigned due in two blocks (print the rubric at the end of.
EECS 203 Lecture 19 Graphs.
CSNB 143 Discrete Mathematical Structures
Euler and Hamiltonian Graphs
Konigsberg’s Seven Bridges
Discrete Structures – CNS2300
Piecewise Functions Notes
UNIT 1: EULER CIRCUITS GRAPH THEORY.
Spanning Trees Discrete Mathematics.
Discrete Math: Hamilton Circuits
Can you draw this picture without lifting up your pen/pencil?
Euler Paths and Circuits
This unit is all about Puzzles Games Strategy.
Introduction to Graph Theory Euler and Hamilton Paths and Circuits
Lecture 15: Graph Theory II
6.1 Hamilton Circuits and Hamilton Path
Introduction to Vertex-Edge graphs (2 days)
Excursions in Modern Mathematics Sixth Edition
Discrete Math II Howon Kim
Walks, Paths, and Circuits
Trees L Al-zaid Math1101.
A path that uses every vertex of the graph exactly once.
Warm Up – Wednesday.
Hamiltonian Circuits and Paths
Cornell Notes: Euler Paths and Circuits
Trees 11.1 Introduction to Trees Dr. Halimah Alshehri.
5 The Mathematics of Getting Around
Cheapest-Link Algorithm/Sorted Edges (Unit 10) SOL: DM.2
Nearest Neighbor Repetitive Nearest Neighbor (Unit 10) SOL: DM.2
Discrete Mathematics Lecture 13_14: Graph Theory and Tree
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Euler and Hamilton Paths
Classwork Worksheet Homework (day 67) worksheet
Hamilton Paths and Hamilton Circuits
Chapter 1: Urban Services Management Science
Warm Up – Tuesday Find the critical times for each vertex.
Graph Theory Relations, graphs
Warm Up – 3/19 - Wednesday Give the vertex set. Give the edge set.
Hamilton Paths and Circuits
Warm Up – 3/17 - Monday A) List the set of vertices.
Chapter 1: Urban Services Lesson Plan
2-1 Relations & Functions
Functions What is a function? What are the different ways to represent a function?
Presentation transcript:

Hamilton Paths & Hamilton Circuits SOL: DM.2 Classwork Worksheet Homework (day 66)

“Thinking Mathematically” by Blitzer Pg: 842 We have studied paths and circuits that covered every edge of a graph. Using every edge of a graph is helpful for garbage collection, curb sweeping , or snow removal. What about a UPS driver trying to find the best way to deliver packages around town? In this situation a driver is only concerned about finding a path that passes through each vertex of the graph only once. Thus, it is not important to use every road or edge between the delivery locations.

Hamilton Path A path that passes all the vertices of a graph exactly once (must include all vertices).

Hamilton Circuit Starts at a vertex and visits each vertex once and only once, returning to where it started.

https://www.youtube.com/watch?v=AamHZhAmR7o 1 2 4 3

The number of Hamilton circuits in a complete graph If you have a graph that is complete and has a Hamilton circuit it has multiple sequences that will produce the same Hamilton circuit. In order to avoid a duplication you can start and end at vertex A. How many unique Circuits can you get from a complete Hamilton graph with three vertices? 2 A B C D

The number of Hamilton circuits in a complete graph The number of Hamilton circuits in a complete graph with n vertices. (n-1)! Determine the number of Hamilton circuits in a complete graph with: Four vertices b) Five Vertices c) Eight Vertices 6 24 5040

Ex: Find the Hamilton paths and/or circuits Ex: Determine whether the graph has a Hamilton Circuit. If so, find one.

Ex: For reach graph, some paths are specified. Highlight which paths are Hamilton Circuits. If not, justify. a) A→B→C→D→E→C→A→𝐸→𝐹→𝐴 b) A→C→D→E→F →𝐴 c) F→A→C→E→F d) C→D→E→F→A→𝐵 Ex: In the graph, a string of vertices is specified. Determine whether the string is a circuit, whether it is an Euler circuit and whether it is a Hamilton circuit. Justify. a) 𝐴→𝐵→𝐶→𝐷→𝐸→F→𝐺→𝐴 b) 𝐵→𝐼→𝐺→𝐹→𝐸→D→𝐻→𝐹→𝐼→𝐷→𝐶→𝐵→𝐺→𝐴→𝐵 c) A→𝐵→𝐶→𝐷→𝐸→𝐹→𝐺→H→𝐼→𝐴