Graph Theory Graph Colorings.

Slides:



Advertisements
Similar presentations
Great Theoretical Ideas in Computer Science for Some.
Advertisements

22C:19 Discrete Math Graphs Fall 2014 Sukumar Ghosh.
CompSci 102 Discrete Math for Computer Science April 19, 2012 Prof. Rodger Lecture adapted from Bruce Maggs/Lecture developed at Carnegie Mellon, primarily.
From Coloring Maps to Avoiding Conflicts Nathaniel Dean, Robert M. Nehs, and Tong Wu Department of Mathematical Sciences Texas Southern University 3100.
Section 1.7: Coloring Graphs
David Laughon CS594 Graph Theory Graph Coloring. Coloring – Assignment of labels to vertices k-coloring – a coloring where Proper k-coloring – k-coloring.
Applied Combinatorics, 4th Ed. Alan Tucker
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
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.
Section 2.3 Graph Coloring By Katie Lessard & Colleen Raimondi.
Is C 6 2-critical? a). Yes b). No c). I have absolutely no idea.
Coloring Graphs This handout: Coloring maps and graphs
Coloring Algorithms and Networks. Coloring2 Graph coloring Vertex coloring: –Function f: V  C, such that for all {v,w}  E: f(v)  f(w) Chromatic number.
Graph Theory Ch.5. Coloring of Graphs 1 Chapter 5 Coloring of Graphs.
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.
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
22C:19 Discrete Math Graphs Spring 2014 Sukumar Ghosh.
Graph Theory and Graph Coloring Lindsay Mullen
Graph Coloring.
Chapter 9.8 Graph Coloring
CS 2813 Discrete Structures
Coloring 3/16/121. Flight Gates flights need gates, but times overlap. how many gates needed? 3/16/122.
9.8 Graph Coloring. Coloring Goal: Pick as few colors as possible so that two adjacent regions never have the same color. See handout.
Applications of types of SATs Arash Ahadi What is SAT?
More Graphs, Subgraphs and Trees Planarity and Coloring.
Modeling Using Colorability Presented by: Kelley Louie CSC 252 Algorithms 252a-aj.
 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.
1 Graph Coloring: An Overview Graph Coloring Basics Planar/4-color Graphs Applications New Register Allocation Technique.
Aim: What does map coloring have to do with Graph theory?
Algorithm for obtaining the connected components of a graph Samia Qader 252a-az HW # 6 all examples obtained from LEDA software in directory: 252a/handout/demo/graphwin/graphwin.
Planar Graphs Graph Coloring
Chapter 10.8 Graph Coloring
Sec. 5.1: Planarity & Coloring
Graph.
Some NP-complete Problems in Graph Theory Prof. Sin-Min Lee.
1.5 Graph Theory. Graph Theory The Branch of mathematics in which graphs and networks are used to solve problems.
Graph Colouring Lecture 20: Nov 25. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including.
Introduction to Graph Theory
NPC.
Great Theoretical Ideas in Computer Science for Some.
5-color theorem 林典濤 : PPT, Lecture note 陳咨翰 : Presentation.
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.
COMPSCI 102 Introduction to Discrete Mathematics.
Graph Theory and Algorithms 1 DM Notes1CMrsLenox.
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.
Presented By Ravindra Babu, Pentyala.  Real World Problem  What is Coloring  Planar Graphs  Vertex Coloring  Edge Coloring  NP Hard Problem  Problem.
Limitation of Computation Power – P, NP, and NP-complete
Planar Graphs Hubert Chan (Chapter 9.7) [O2 Proof Techniques]
Graph Coloring.
Graph Coloring and Applications
Graph Coloring Lots of application – be it mapping routes, coloring graphs, building redundant systems, mapping genes, looking at traffic patterns (see.
5.9.2 Characterizations of Planar Graphs
Color These Maps with Four Colors
What is the next line of the proof?
Tucker, Applied Combinatorics, Sec 2.4
Chapter 10.8 Graph Coloring
Coloring Graphs This handout: Coloring maps and graphs
Chapter 10.8 Graph Coloring
Chapter 10.8 Graph Coloring
Allocating time to Instructors
Graph Theory By Amy C. and John M..
Graph Coloring.
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Chapter 10.8 Graph Coloring
Bipartite graphs and Planar Graphs
Discrete Mathematics for Computer Science
Chromatic Number of the Odd-Distance Graph
Prof. Ramin Zabih Graph Traversal Prof. Ramin Zabih
Presentation transcript:

Graph Theory Graph Colorings

Coloring Basics k-coloring of the vertices of a graph is the number of colors needed so that no adjacent vertices are the same color, then it is k-colorable Only considering vertex colorings, not edge colorings Chromatic number: smallest integer such that a graph is k-colorable, or the smallest number of colors needed to color a graph

Example 1 Find the chromatic number of the following graphs:

Example 2 In assigning frequencies to cellular phones, a zone gets a frequency to be used by all vehicles in the zone. Two zones that interfere (because of proximity or meteorological reasons) must get different frequencies. How many different frequencies are required if there are six zones, a, b, c, d, e, f and zone a interferes with zone b; zone b interferes with a, c, and d; c interferes with b, d, and e; d interferes with b, c, and e; e interferes with c, d, and f; and f interferes only with e?

Graph Coloring Algorithm Greedy Algorithm: Label the vertices Label the colors Assign color 1 to vertex 1, if vertex 1 and 2 are adjacent use a different color or if not adjacent use 1 again Continue to assign colors based on what vertices are adjacent to the other

The Four Color Problem Is it true that the countries on any given map can be colored with four or fewer colors in such a way that adjacent countries are colored differently? First studied in 1852 by Francis Guthrie but was not proved until 1976

Four Color Theorem Every planar graph is 4-colorable.

Example 3 Determine the chromatic number of this graph: