Sec. 5.1: Planarity & Coloring

Slides:



Advertisements
Similar presentations
CSE 211 Discrete Mathematics and Its Applications
Advertisements

Discrete Mathematics 6. GRAPHS Lecture 10 Dr.-Ing. Erwin Sitompul
Vertex-Edge Graphs.
Simple Graph Warmup. Cycles in Simple Graphs A cycle in a simple graph is a sequence of vertices v 0, …, v n for some n>0, where v 0, ….v n-1 are distinct,
Chapter 9 Graphs.
22C:19 Discrete Math Graphs Fall 2014 Sukumar Ghosh.
Applications of Euler’s Formula for Graphs Hannah Stevens.
Koenigsberg bridge problem It is the Pregel River divided Koenigsberg into four distinct sections. Seven bridges connected the four portions of Koenigsberg.
Last time: terminology reminder w Simple graph Vertex = node Edge Degree Weight Neighbours Complete Dual Bipartite Planar Cycle Tree Path Circuit Components.
GSM MOBILE PHONE NETWORKS AND GRAPH COLORING
Applied Combinatorics, 4th Ed. Alan Tucker
Section 2.3 Graph Coloring By Katie Lessard & Colleen Raimondi.
Graph Colouring Lecture 20: Nov 25.
1/13/03Tucker, Applied Combinatorics, Sec Tucker, Applied Combinatorics, Sec. 1.1, Jo E-M A Graph is a set of vertices (dots) with edges (lines)
Chapter 9: Graphs Basic Concepts
Problem: Induced Planar Graphs Tim Hayes Mentor: Dr. Fiorini.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 4, Monday, September 8.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 10, Monday, September 22.
K-Coloring k-coloring: A k-coloring of a graph G is a labeling f: V(G)  S, where |S|=k. The labels are colors; the vertices of one color form a color.
Section 1.2 Isomorphisms By Christina Touhey and Sarah Graham.
Graph Coloring.
Chapter 9.8 Graph Coloring
CS 2813 Discrete Structures
9.8 Graph Coloring. Coloring Goal: Pick as few colors as possible so that two adjacent regions never have the same color. See handout.
More Graphs, Subgraphs and Trees Planarity and Coloring.
Chapter 4 sections 1 and 2.  Fig. 1  Not connected  All vertices are even.  Fig. 2  Connected  All vertices are even.
Vertices and Edges Introduction to Graphs and Networks Mills College Spring 2012.
 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.
Basic Notions on Graphs. The House-and-Utilities Problem.
MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs
Planar Graphs Graph Coloring
1 12/2/2015 MATH 224 – Discrete Mathematics Formally a graph is just a collection of unordered or ordered pairs, where for example, if {a,b} G if a, b.
Chapter 10.8 Graph Coloring
Graph.
ساختمانهای گسسته دانشگاه صنعتی شاهرود – فروردین 1392.
Graph Colouring Lecture 20: Nov 25. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including.
Graph Theory and Applications
Introduction to Graph Theory
Graph Concepts and Algorithms Using LEDA By Caroline Moore and Carmen Frerichs (252a-at and 252a-ao) each graph in the presentation was created using gw_basic_graph_algorithms.
Chapter 10.8 Graph Coloring These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7 th ed., by Kenneth.
Graph Theory and Algorithms 1 DM Notes1CMrsLenox.
David Stotts Computer Science Department UNC Chapel Hill.
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.
Great Theoretical Ideas In Computer Science
Planar Graphs Hubert Chan (Chapter 9.7) [O2 Proof Techniques]
Homework 8 Graph G is given by the figure below.
Chapter 5.
Discrete Mathematics Graph: Planar Graph Yuan Luo
Graph Coloring.
Graph Coloring Lots of application – be it mapping routes, coloring graphs, building redundant systems, mapping genes, looking at traffic patterns (see.
Basic Concepts Graphs For more notes and topics visit:
Redraw these graphs so that none of the line intersect except at the vertices B C D E F G H.
Applied Combinatorics, 4th Ed. Alan Tucker
Angle Relationships.
Graph Theory Graph Colorings.
Quiz Review.
Graph.
Graph Theory Unit 2.
Chapter 10.8 Graph Coloring
Chapter 9: Graphs Basic Concepts
Chapter 10.8 Graph Coloring
Chapter 10.8 Graph Coloring
Allocating time to Instructors
Applied Combinatorics, 4th Ed. Alan Tucker
Planarity K4 (complete)
Chapter 10.8 Graph Coloring
Bipartite graphs and Planar Graphs
Warm Up – 3/14 - Friday 100 seats are to be apportioned.
Introduction to Graph Theory
Chapter 9: Graphs Basic Concepts
Presentation transcript:

Sec. 5.1: Planarity & Coloring Key Terms: Planar Graph Bipartite Graph Subgraph Complement of a Graph

Sec. 5.1: Planarity & Coloring Key Terms: Planar Graph—A graph is planar if it can be drawn in such a way that edges intersect only at vertices. Bipartite Graph Subgraph Complement of a Graph

Sec. 5.1: Planarity & Coloring Planar Graph Example: A B C D AC intersects BD.

Sec. 5.1: Planarity & Coloring Planar Graph Example: A B C D AC intersects BD. But we can redraw the graph so that they don’t intersect:

Sec. 5.1: Planarity & Coloring Planar Graph Example: A B C D A B D C

Sec. 5.1: Planarity & Coloring Planar Graph Example: E A B C D Can you redraw this graph with edges intersecting only at vertices?

Sec. 5.1: Planarity & Coloring Planar Graph Example: Any planar graph has a maximum chromatic number of four. If a graph has chromatic number greater than four, it is not planar.

Sec. 5.1: Planarity & Coloring Planar Graph Example: E A B C D Note that this is a K5 graph, which is not planar. This means we cannot draw a map with five countries that all border each other.

Sec. 5.1: Planarity & Coloring Planar Graph Example: Now do problems 1-4 on pp. 217-218.

Sec. 5.1: Planarity & Coloring Key Terms: Planar Graph Bipartite Graph: The vertices of a bipartite graph can be divided into two parts, or sets, such that each edge contains one vertex from each set. Subgraph Complement of a Graph

Sec. 5.1: Planarity & Coloring Bipartite Graph Example: A The vertices of this graph can be divided into two distinct sets: (chromatic number = 2) B C D E

Sec. 5.1: Planarity & Coloring Bipartite Graph Example: A The vertices of this graph can be divided into two distinct sets: (chromatic number = 2) B C {A, C, E} {B, D} D E

Sec. 5.1: Planarity & Coloring Key Terms: Planar Graph Bipartite Graph Subgraph: a portion of a graph—some of the vertices and edges Complement of a Graph

Sec. 5.1: Planarity & Coloring Subgraph Example: The maroon graph is a subgraph of the entire graph.

Sec. 5.1: Planarity & Coloring Subgraph Example: Now do problems 5-6 on p. 218.

Sec. 5.1: Planarity & Coloring Key Terms: Planar Graph Bipartite Graph Subgraph Complement of a Graph: Any vertices that are adjacent in a graph are not adjacent in its complement, and vice-versa.

Sec. 5.1: Planarity & Coloring Graph Complement Example: C B D A A B C D

Sec. 5.1: Planarity & Coloring Graph Complement Example: Now do problems 7, 9-12 on pp. 218-219.