Directed Graphs AZ Standard 2.4.1 Use directed graphs to solve problems.

Slides:



Advertisements
Similar presentations
Guess Whats Behind the Box Next Slide Samy Hendawy.
Advertisements

Competitions Tournament Formats
NCAA Mens Basketball Tournament The 64 teams that play in the elimination rounds are divided into four groups of 16 teams. The four groups represent the.
Hamiltonian Circuits and Paths
1 Maximum flow sender receiver Capacity constraint Lecture 6: Jan 25.
EGR 141 Computer Problem Solving in Engineering and Computer Science
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 Year 2 Warm Up 10/21/10 State a Hamilton Circuit for the following figure:
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.
AMDM UNIT 7: Networks and Graphs
Finger Swat Exponential Functions & Graphs. Directions For each graph, decide which function (A-D) best describes the exponential graph. Put your finger.
WIN, LOSE OR DRAW. RULES Divide the class into teams. One member of the team will draw a card. They will then try to give clues by drawing on the whiteboard.
1-11 Round Robin Scheduling Round Robin Each entry plays all other entries in their league at least ONCE Wins and losses do not affect participation.
MRS MONTELEONE ’ S. The NCAA Basketball Tournament, sometimes better known as "March Madness", is thought by some sports fans to be one of the most exciting.
Lesson 2-2 Example Solve. Tic Tac Toe Katrina and her friend played Tic Tac Toe. The outcomes of the games are shown in the line plot. Did Katrina.
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.
Homework collection Read Pages 175 – 184 Page 188: 21 – 26, 29 – 36, 41 – 44, 47 – 49, 51, 52, 59, 62, 63.
 Attendance5 min  Week 2 information updates2 min  $15 class fee, room parent  Quick review of assessment2 min  Grading policy  Test taking strategies6.
Rounding Revision.
Graph Theory Hamilton Paths and Hamilton Circuits.
UNIT 3 THINKING MATHEMATICALLY BY BLITZER Hamilton Paths and Hamilton Circuits.
Which of these can be drawn without taking your pencil off the paper and without going over the same line twice? If we can find a path that goes over all.
6.1 Hamilton Circuits and Paths: Hamilton Circuits and Paths: Hamilton Path: Travels to each vertex once and only once… Hamilton Path: Travels to each.
Chapter 5.1 Probability Distributions.  A variable is defined as a characteristic or attribute that can assume different values.  Recall that a variable.
The Rules When every member of your group gets the question right, you have the opportunity to play the following game:
Discrete Mathematical Structures: Theory and Applications
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.
6.1 Hamilton Circuits and Hamilton Path
CIRCUITS, PATHS, AND SCHEDULES Euler and Königsberg.
Team trivia 3 Rounds Bid 1, 3 or 5 points on each question (must use each point value per round)
Graph Theory Hamilton Paths Hamilton Circuits and.
Euler Paths and Circuits. The original problem A resident of Konigsberg wrote to Leonard Euler saying that a popular pastime for couples was to try.
Walks, Paths and Circuits. A graph is a connected graph if it is possible to travel from one vertex to any other vertex by moving along successive edges.
GAME RULES GAME RULES Choose teams Each team chooses one case. Write these numbers on the board so that you do not select these cases to be opened during.
Chapter Graphs and Graph Models
Warm up Mr. Euler and Mr. Hamilton sit down one day to invent a game. They call their new game “baseball.” They argued about whether it was.
Graph Concepts Elif Tosun 252a-aa (All graphics created by using demo/graphwin/gw*)
1) Find and label the degree of each vertex in the graph.
Today we will… Identify the vertices and edges on a given shape.
The Double Elimination Tournament. Purpose: All contestants remain in championship contention until they lose two games Advantages: A player or team must.
Chapter 14 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Name____ 6__ Lesson #4 - Drawing Angles Jan 24. Objective: 1) to draw an angle of a given measure using a protractor. 2) to draw angles of 45º, 90º, and.
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.
CSC 252 Pallavi Moorthy Homework 5. 1.) Vertices, edges From cd../../handout/demo/graph_alg/gw_shortest_path.
Unit 8 Solving Inequalities Essential Question: How can you use inequalities to solve real world problems?
Hamiltonian Circuits and Paths
Questions taken from FSA and PARCC Practice Tests
Weighted Graphs and traveling Salesperson problem
Task Tables Draw a graph for the following task table.
Dot Cards Face-Off Game
UNIT 1: EULER CIRCUITS GRAPH THEORY.
Can you draw this picture without lifting up your pen/pencil?
Graph Theory.
SLOPE = = = The SLOPE of a line is There are four types of slopes
Lecture 15: Graph Theory II
Negotiation Game Rules
Applying Pascal’s Triangle
6.1 Hamilton Circuits and Hamilton Path
Route Inspection The first method mark is for three distinct pairings of the correct four odd nodes. Get this wrong and you lose all say (five) marks.
Hamiltonian Circuits and Paths
Graphing Systems of Linear Inequalities
Route Inspection Which of these can be drawn without taking your pencil off the paper and without going over the same line twice? If we introduce a vertex.
Cornell Notes: Euler Paths and Circuits
Hamilton Paths and Hamilton Circuits
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.
Presentation transcript:

Directed Graphs AZ Standard Use directed graphs to solve problems.

What is a directed graph?  A graph whose edges have directions.  Arrows on the edges give directional information.  In the example to the right you can move from A to B but not B to A.  Can you name two other allowed moves? Node or Vertex Edge

Why do we use directed graphs?  We use this type of graph to help represent problems and then solve them.  For example: UPS needs to establish the most efficient delivery routes possible.  Why would they want to do this?

Using Directed Graphs to Solve Problems Connolly’s softball team is playing in a round- robin tournament, where every TD3 middle school plays every other school.Given the information on the next slide, rank the teams from 1st to last place.

Using Directed Graphs to Solve Problems Fees beats Connolly and McKemy, Connolly beats Gililland, McKemy beats Connolly and Gililland, And Gililland beats Fees. Rank the teams from 1st to last place. Next slide- how to make a directed graph to solve this problem.

Make a Directed Graph Fees beats Connolly and McKemy, Connolly beats Gililland, McKemy beats Connolly and Gililland, And Gililland beats Fees. Rank the teams from 1st to last place. FeesConnolly GilillandMcKemy Draw & label four nodes to represent the teams.

Make a Directed Graph Fees beats Connolly and McKemy, Connolly beats Gililland, McKemy beats Connolly and Gililland, And Gililland beats Fees. Rank the teams from 1st to last place. Draw lines & arrows between teams that played games. Arrows point to losing team. FeesConnolly GilillandMcKemy

Make a Directed Graph Fees beats Connolly and McKemy, Connolly beats Gililland, McKemy beats Connolly and Gililland, And Gililland beats Fees. Rank the teams from 1st to last place. FeesConnolly GilillandMcKemy Draw lines & arrows between teams that played games. Arrows point to losing team.

Make a Directed Graph Fees beats Connolly and McKemy, Connolly beats Gililland, McKemy beats Connolly and Gililland, And Gililland beats Fees. Rank the teams from 1st to last place. FeesConnolly GilillandMcKemy Draw lines & arrows between teams that played games. Arrows point to losing team.

Make a Directed Graph Fees beats Connolly and McKemy, Connolly beats Gililland, McKemy beats Connolly and Gililland, And Gililland beats Fees. Rank the teams from 1st to last place. FeesConnolly GilillandMcKemy Draw lines & arrows between teams that played games. Arrows point to losing team.

Make a Directed Graph Rank the teams from 1st to last place. -notice that each team played 3 games (count lines leaving each vertex) -Fees - 2 wins -Connollly - 1 win -Gilliland - 1 win -McKemy - 2 wins FeesConnolly GilillandMcKemy Fees & McKemy must play 1 more game to decide winner.

Directed Graph and Hamilton Paths  A Hamilton Path travels from vertex (node) to vertex (node) JUST ONCE.  List all Hamilton Paths in the directed graph on this slide. A B C

Directed Graph and Hamilton Paths  A Hamilton Path travels from vertex (node) to vertex (node) JUST ONCE.  List all Hamilton Paths in the directed graph on this slide. A B C Answers: A - B - C; B - C - A; C - A - B