Discrete Mathematics (2009 Spring) Graphs (Chapter 9, 5 hours)

Similar documents
CS 311 Discrete Math for Computer Science Dr. William C. Bulko. Graphs

GRAPHS, GRAPH MODELS, GRAPH TERMINOLOGY, AND SPECIAL TYPES OF GRAPHS

Elements of Graph Theory

Graphs. Pseudograph: multiple edges and loops allowed

Graphs. Introduction To Graphs: Exercises. Definitions:

Basics of Graph Theory

A good picture is worth a thousand words

Introduction III. Graphs. Motivations I. Introduction IV

Varying Applications (examples)

CHAPTER 2. Graphs. 1. Introduction to Graphs and Graph Isomorphism

Chapter 1 Graph Theory

1. a graph G = (V (G), E(G)) consists of a set V (G) of vertices, and a set E(G) of edges (edges are pairs of elements of V (G))

v V Question: How many edges are there in a graph with 10 vertices each of degree 6?

DEFINITION OF GRAPH GRAPH THEORY GRAPHS ACCORDING TO THEIR VERTICES AND EDGES EXAMPLE GRAPHS ACCORDING TO THEIR VERTICES AND EDGES

Section 8.2 Graph Terminology. Undirected Graphs. Definition: Two vertices u, v in V are adjacent or neighbors if there is an edge e between u and v.

Graph Theory. Part of Texas Counties.

CPCS Discrete Structures 1

Foundations of Discrete Mathematics

Introduction to Graphs

Math 443/543 Graph Theory Notes

(5.2) 151 Math Exercises. Graph Terminology and Special Types of Graphs. Malek Zein AL-Abidin

Math.3336: Discrete Mathematics. Chapter 10 Graph Theory

Discrete Structures CISC 2315 FALL Graphs & Trees

CMSC 380. Graph Terminology and Representation

Graphs. The ultimate data structure. graphs 1

Math 443/543 Graph Theory Notes

Ordinary Differential Equation (ODE)

CS200: Graphs. Prichard Ch. 14 Rosen Ch. 10. CS200 - Graphs 1

Discrete mathematics II. - Graphs

Assignment 4 Solutions of graph problems

Majority and Friendship Paradoxes

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics. An Introduction to Graph Theory

Introduction to Graph Theory

Characterizing Graphs (3) Characterizing Graphs (1) Characterizing Graphs (2) Characterizing Graphs (4)

CS 2336 Discrete Mathematics

Algorithms. Graphs. Algorithms

Algorithms: Graphs. Amotz Bar-Noy. Spring 2012 CUNY. Amotz Bar-Noy (CUNY) Graphs Spring / 95

Lecture 3: Recap. Administrivia. Graph theory: Historical Motivation. COMP9020 Lecture 4 Session 2, 2017 Graphs and Trees

An Introduction to Graph Theory

Graphs. The ultimate data structure. graphs 1

UNDIRECTED GRAPH: a set of vertices and a set of undirected edges each of which is associated with a set of one or two of these vertices.

Discrete Math For Computing II

Adjacent: Two distinct vertices u, v are adjacent if there is an edge with ends u, v. In this case we let uv denote such an edge.

Graph Theory CS/Math231 Discrete Mathematics Spring2015

Paths. Path is a sequence of edges that begins at a vertex of a graph and travels from vertex to vertex along edges of the graph.

WUCT121. Discrete Mathematics. Graphs

γ(ɛ) (a, b) (a, d) (d, a) (a, b) (c, d) (d, d) (e, e) (e, a) (e, e) (a) Draw a picture of G.

Graph Theory S 1 I 2 I 1 S 2 I 1 I 2

Graph and Digraph Glossary

Lecture 4: Bipartite graphs and planarity

Graphs (MTAT , 6 EAP) Lectures: Mon 14-16, hall 404 Exercises: Wed 14-16, hall 402

Math 443/543 Graph Theory Notes 5: Planar graphs and coloring

Math 776 Graph Theory Lecture Note 1 Basic concepts

Assignments are handed in on Tuesdays in even weeks. Deadlines are:

Planar Graph (7A) Young Won Lim 6/20/18

Varying Applications (examples)

Course Introduction / Review of Fundamentals of Graph Theory

Topology and the Four Color Theorem

Chapter 12 and 11.1 Planar graphs, regular polyhedra, and graph colorings

Discrete Wiskunde II. Lecture 6: Planar Graphs

Math 443/543 Graph Theory Notes 11: Graph minors and Kuratowski s Theorem

BIL694-Lecture 1: Introduction to Graphs

Discrete Mathematics

2. CONNECTIVITY Connectivity

Modules. 6 Hamilton Graphs (4-8 lectures) Introduction Necessary conditions and sufficient conditions Exercises...

Key Graph Theory Theorems

DS UNIT 4. Matoshri College of Engineering and Research Center Nasik Department of Computer Engineering Discrete Structutre UNIT - IV

A graph is finite if its vertex set and edge set are finite. We call a graph with just one vertex trivial and all other graphs nontrivial.

MC 302 GRAPH THEORY 10/1/13 Solutions to HW #2 50 points + 6 XC points

Graph Theory. 1 Introduction to Graphs. Martin Stynes Department of Mathematics, UCC January 26, 2011

Graphs: Introduction. Ali Shokoufandeh, Department of Computer Science, Drexel University

Lecture 1: Examples, connectedness, paths and cycles

CS 441 Discrete Mathematics for CS Lecture 26. Graphs. CS 441 Discrete mathematics for CS. Final exam

1 Digraphs. Definition 1

Graph Theory: Introduction

Graphs and trees come up everywhere. We can view the internet as a graph (in many ways) Web search views web pages as a graph

MATH 363 Final Wednesday, April 28. Final exam. You may use lemmas and theorems that were proven in class and on assignments unless stated otherwise.

MTL 776: Graph Algorithms. B S Panda MZ 194

Chapter 2 Graphs. 2.1 Definition of Graphs

Graphs: introduction, terminology, special graphs, representation and connectivity. Sections 8.1, 8.2, 8.3, 8.4

Assignment 1 Introduction to Graph Theory CO342

Graph (1A) Young Won Lim 4/19/18

Module 1. Preliminaries. Contents

Lecture 6: Graph Properties

Simple graph Complete graph K 7. Non- connected graph

Planar graphs. Chapter 8

Worksheet for the Final Exam - Part I. Graphs

4. (a) Draw the Petersen graph. (b) Use Kuratowski s teorem to prove that the Petersen graph is non-planar.

Math 778S Spectral Graph Theory Handout #2: Basic graph theory

Math 777 Graph Theory, Spring, 2006 Lecture Note 1 Planar graphs Week 1 Weak 2

Graphs: Definitions Trails, Paths, and Circuits Matrix Representations Isomorphisms. 11. Graphs and Trees 1. Aaron Tan. 30 October 3 November 2017

Jordan Curves. A curve is a subset of IR 2 of the form

CMSC Honors Discrete Mathematics

An Introduction to Graph Theory

Graph Theory: Applications and Algorithms

CHAPTER 10 GRAPHS AND TREES. Copyright Cengage Learning. All rights reserved.

Module 11. Directed Graphs. Contents

0.0.1 Network Analysis

March 20/2003 Jayakanth Srinivasan,

MATH 350 GRAPH THEORY & COMBINATORICS. Contents

Transcription:

Discrete Mathematics (2009 Spring) Graphs (Chapter 9, 5 hours) Chih-Wei Yi Dept. of Computer Science National Chiao Tung University June 1, 2009

9.1 Graphs and Graph Models What are Graphs? General meaning in everyday math: A plot or chart of numerical data using a coordinate system. Not Technical meaning in discrete mathematics: A particular class of discrete structures (to be de ned) that is useful for representing relations and has a convenient webby-looking graphical representation.

9.1 Graphs and Graph Models Simple Graphs Correspond to symmetric binary relations R. Visual Representation of a Simple Graph A simple graph G = (V, E ) consists of: 1 A set V of vertices or nodes (V corresponds to the universe of the relation R). 2 A set E of edges / arcs / links: unordered pairs of [distinct?] elements u, v 2 V, such that urv.

9.1 Graphs and Graph Models Example of a Simple Graph Let V be the set of states in the far-southeastern U.S.: Let = V = ffl,ga,al,ms,la,sc,tn,ncg. E = ffu, vg j u adjoins vg 8 < : {FL,GA},{FL,AL},{FL,MS},{FL,LA},{GA,AL}, {AL,MS},{MS,LA},{GA,SC},{GA,TN},{SC,NC}, {NC,TN},{MS,TN},{MS,AL} 9 = ;. MS LA TN AL NC SC GA FL

9.1 Graphs and Graph Models Multigraphs Like simple graphs, but there may be more than one edge connecting two given nodes. A multigraph G = (V, E, f ) consists of a set V of vertices, a set E of edges (as primitive objects), and a function f : E! ffu, vg j u, v 2 V ^ u 6= vgg. E.g., nodes are cities, edges are segments of major highways. Parallel edges

9.1 Graphs and Graph Models Pseudographs Like a multigraph, but edges connecting a node to itself are allowed. A pseudograph G = (V, E, f ) where f : E! ffu, vg j u, v 2 V g. Edge e 2 E is a loop if f (e) = fu, ug = fug. E.g., nodes are campsites in a state park, edges are hiking trails through the woods.

9.1 Graphs and Graph Models Directed Graphs Correspond to arbitrary binary relations R, which need not be symmetric. A directed graph (V, E ) consists of a set of vertices V and a binary relation E on V. E.g.: V = people, E = f(x, y) j x loves yg.

9.1 Graphs and Graph Models Directed Multigraphs Like directed graphs, but there may be more than one arc from a node to another. A directed multigraph G = (V, E, f ) consists of a set V of vertices, a set E of edges, and a function f : E! V V. E.g., V = web pages, E = hyperlinks. The WWW is a directed multigraph.

9.1 Graphs and Graph Models Types of Graphs: Summary Summary of the book s de nitions. Keep in mind this terminology is not fully standardized... Term Edge type Multiple edges? Self-loops? Simple graph Undir. No No Multigraph Undir. Yes No Pseudograph Undir. Yes Yes Directed graph Directed No Yes Directed multigraph Directed Yes Yes

9.2 Graph Terminology and Special Types of Graphs Graph Terminology Adjacent, connects, endpoints, degree, initial, terminal, in-degree, out-degree, complete, cycles, wheels, n-cubes, bipartite, subgraph, union.

9.2 Graph Terminology and Special Types of Graphs Adjacency In an undirected graph G, if u and v are two nodes and e = fu, vg is an edge in G, then we may say The vertices u and v are adjacent (or neighbors). The vertices u and v are endpoints of the edge e. The edge e is incident with the vertices u and v. The edge e connects the vertices u and v.

9.2 Graph Terminology and Special Types of Graphs Degree of a Vertex Let G be an undirected graph, v 2 V a vertex. The degree of v, denoted by deg(v), is its number of incident edges. (Except that any self-loops are counted twice.) A vertex with degree 0 is isolated. A vertex of degree 1 is pendant.

9.2 Graph Terminology and Special Types of Graphs Handshaking Theorem Let G be an undirected (simple, multi-, or pseudo-) graph with vertex set V and edge set E. Then deg (v) = 2 je j. v 2V Corollary Any undirected graph has an even number of vertices of odd degree.

9.2 Graph Terminology and Special Types of Graphs Directed Adjacency Let G be a directed (possibly multi-) graph, and e = (u, v) be an edge of G. Then we say: u is adjacent to v; v is adjacent from u. e comes from u; e goes to v. e connects u to v; e goes from u to v. The initial vertex of e is u. The terminal vertex of e is v.

9.2 Graph Terminology and Special Types of Graphs Directed Degree Let G be a directed graph, and v a vertex of G. The in-degree of v, denoted by deg (v), is the number of edges going to v. The out-degree of v, denoted by deg + (v), is the number of edges coming from v. The degree of v, deg(v) = deg (v) + deg + (v), is the sum of v s in-degree and out-degree.

9.2 Graph Terminology and Special Types of Graphs Directed Handshaking Theorem Let G be a directed (possibly multi-) graph with vertex set V and edge set E. Then: deg v 2V (v) = deg + (v) = 1 2 deg (v) = je j. v 2V v 2V Note that the degree of a node is unchanged by whether we consider its edges to be directed or undirected.

9.2 Graph Terminology and Special Types of Graphs Special Graph Structures Special cases of undirected graph structures: Complete graphs K n. Cycles C n. Wheels W n. n-cubes Q n. Bipartite graphs. Complete bipartite graphs K m,n.

K 1 K 2 K 3 K 4 K5 K 6 Discrete Mathematics 9.2 Graph Terminology and Special Types of Graphs Complete Graphs For any n 2 N, a complete graph on n vertices, K n, is a simple graph with n nodes in which every node is adjacent to every other node: 8u, v 2 V : u 6= v $ fu, vg 2 E. Note that K n has n i=1 1 n(n 1) i = 2 edges.

9.2 Graph Terminology and Special Types of Graphs Cycles For any n 3, a cycle on n vertices, C n, is a simple graph where V = fv 1, v 2,, v n g and E = ffv 1, v 2 g, fv 2, v 3 g,, fv n 1, v n g, fv n, v 1 gg. C 3 C 4 C 5 C 6 C C 7 8 How many edges are there in C n?

9.2 Graph Terminology and Special Types of Graphs Wheels For any n 3, a wheel W n, is a simple graph obtained by taking the cycle C n and adding one extra vertex v hub and n extra edges ffv hub, v 1 g, fv hub, v 2 g,, fv hub, v n gg. W 3 W 4 W 5 W 6 W W 7 8 How many edges are there in W n?

Q 0 Q1 Q 2 Q Q3 4 Discrete Mathematics 9.2 Graph Terminology and Special Types of Graphs n-cubes (hypercubes) For any n 2 N, the hypercube Q n is a simple graph consisting of two copies of Q n 1 connected together at corresponding nodes. Q 0 has 1 node. Number of vertices: 2 n. Number of edges: Exercise to try!

9.2 Graph Terminology and Special Types of Graphs n-cubes (hypercubes) Cont. For any n 2 N, the hypercube Q n can be de ned recursively as follows: Q 0 = ffv 0 g,?g (one node and no edges). For any n 2 N, if Q n = (V, E ), where V = fv 1,, v a g and E = fe 1,, e b g, then Q n+1 = (V Qn+1, E Qn+1 ) is given by V Qn+1 = V [ fv1 0,, v ag 0 where v1 0,, v a 0 are new vertices. E Qn+1 = E [ fe1 0,..., e0 b g [ ffv 1, v1 0 g, fv 2, v2 0 g,, fv a, vagg 0 where if e i = fv j, v k g then ei 0 = fvj 0, v k 0 g. How many edges are there in an n-cube?

9.2 Graph Terminology and Special Types of Graphs Bipartite Graphs A simple graph G = (V, E ) is called bipartite if V can be partitiovned into two disjoint sets V 1 and V 2 such tht every edge in the graph connects a vertex in V 1 and a vertex in V 2. Complete bipartite graphs K 2,2 K 2,3

9.2 Graph Terminology and Special Types of Graphs Subgraphs A subgraph of a graph G = (V, E ) is a graph H = (W, F ) where W V and F E. G H

9.2 Graph Terminology and Special Types of Graphs Graph Unions The union G 1 [ G 2 of two simple graphs G 1 = (V 1, E 1 ) and G 2 = (V 2, E 2 ) is the simple graph (V 1 [ V 2, E 1 [ E 2 ).

9.3 Representing Graphs and Graph Isomorphism What Will Be Given? Graph representations Adjacency lists. Adjacency matrices. Incidence matrices. Graph isomorphism Two graphs are isomorphic i they are identical except for their node names.

9.3 Representing Graphs and Graph Isomorphism Adjacency Lists Adjacency Lists: A table with 1 row per vertex, listing its adjacent vertices. c a d b f e Vertex a b c d e f Adjacent Vertices b, c a, c, e, f a, b, f b b, c Directed Adjacency Lists: listing the terminal nodes of each edge incident from that node.

9.3 Representing Graphs and Graph Isomorphism Represented by Matrices Adjacency Matrices: Matrix A = [a ij ], where a ij is 1 if fv i, v j g is an edge of G, 0 otherwise. Incidence Matrices: Matrix M = [m ij ], where m ij is 1 if edge e i is incident with v j, 0 otherwise. v 1 e 2 e 1 v 3 v 4 e 3 v 6 e 5 v 2 e 4 A = 6 4 v 5 2 0 1 1 0 0 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 3 7 5 2 M = 6 4 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 3 7 5

9.3 Representing Graphs and Graph Isomorphism Graph Isomorphism De nition Simple graphs G 1 = (V 1, E 1 ) and G 2 = (V 2, E 2 ) are isomorphic if and only if 9 a bijection f : V 1! V 2 such that 8a, b 2 V 1, a and b are adjacent in G 1 i f (a) and f (b) are adjacent in G 2. f is the renaming function that makes the two graphs identical. The de nition can easily be extended to other types of graphs.

9.3 Representing Graphs and Graph Isomorphism Graph Invariants under Isomorphism Necessary but not su cient conditions for G 1 = (V 1, E 1 ) to be isomorphic to G 2 = (V 2, E 2 ). jv 1 j = jv 2 j, je 1 j = je 2 j. The number of vertices with degree n is the same in both graphs. For every proper subgraph H of one graph, there is a proper subgraph of the other graph that is isomorphic to H.

9.3 Representing Graphs and Graph Isomorphism Examples of Isomorphism If isomorphic, label the 2nd graph to show the isomorphism, else identify di erence. a b c d e f a b c d e f b d a e f c b d a e f c

9.3 Representing Graphs and Graph Isomorphism Are These Isomorphic? If isomorphic, label the 2nd graph to show the isomorphism, else identify di erence. a b Same # of vertices. Same # of edges. c d e Di erent # of vertices of degree 2! (1 vs 3)

9.4 Connectivity Paths Paths in undirected graphs In an undirected graph, a path of length n from u to v is a sequence of adjacent edges going from vertex u to vertex v. A path is a circuit if u = v. A path traverses the vertices along it. A path is simple if it contains no edge more than once. Paths in directed graphs Same as in undirected graphs, but the path must go in the direction of the arrows.

9.4 Connectivity Connectedness An undirected graph is connected i there is a path between every pair of distinct vertices in the graph. Connected component: connected subgraph A cut vertex or cut edge separates 1 connected component into 2 if removed. Theorem There is a simple path between any pair of vertices in a connected undirected graph.

9.4 Connectivity Directed Connectedness A directed graph is strongly connected i there is a directed path from a to b for any two vertices a and b. It is weakly connected i the underlying undirected graph (i.e., with edge directions removed) is connected. Note strongly implies weakly but not vice-versa.

9.4 Connectivity Paths & Isomorphism Note that connectedness, and the existence of a circuit or simple circuit of length k are graph invariants with respect to isomorphism.

9.4 Connectivity Counting Paths Using Adjacency Matrices Let A be the adjacency matrix of graph G. The number of paths of length k from v i to v j is equal to A k ij. (The notation (M) ij denotes m ij where [m ij ] = M.)

9.5 Euler and Hamilton Paths Euler Paths and Circuits An Euler path in G is a simple path containing every edge of G. An Euler circuit in a graph G is a simple circuit containing every edge of G. C C A D A D B B

9.5 Euler and Hamilton Paths Examples a b a b a b e e d c d c c d e

9.5 Euler and Hamilton Paths Examples a b a b a b f g c d c e d c d

9.5 Euler and Hamilton Paths Necessary and Su cient Conditions for Euler Circuits and Paths Theorem A connected multigraph has an Euler circuit i each vertex has even degree. Theorem A connected multigraph has an Euler path (but not an Euler circuit) i it has exactly 2 vertices of odd degree.

9.5 Euler and Hamilton Paths Constructing Euler Circuits procedure Euler(G: connected multigraph with all vertices of even degree) circuit := a circuit in G H := G with the edges of this circuit removed while H has edges begin subcircuit := a circuit in H H := H with the edges of subcircuit removed circuit := circuit with subcircuit inserted at the appropriate vertex end {circuit is an Euler circuit}

9.5 Euler and Hamilton Paths Hamilton Paths and Circuits A Hamilton path is a path that traverses each vertex in G exactly once. A Hamilton circuit is a circuit that traverses each vertex in G exactly once.

9.5 Euler and Hamilton Paths Examples

9.5 Euler and Hamilton Paths Some Useful Theorems Theorem (Dirac s Theorem) If (but not only if) G is connected, simple, has n 3 vertices, and 8v : deg(v) n/2, then G has a Hamilton circuit. Theorem (Ore s Theorem) If G is a simple graph with n vertices with n 3 such that deg(u) + deg(v) n for every pair of nonadjacent vertices u and v in G, then G has a Hamilton circuit.

9.6 Shortest-Path Problems Shortest-Path Problems Weighted graphs G (V, E, w) V : a vertex set. E: an edge set. w: a weighting function on E. The length of a path, e.g. w(fa, bg, fb, dg, fd, f g) = w(fa, bg) + w(fb, dg) + w(fd, f g) = 1 + 3 + 5 = 9. The shortest path

9.6 Shortest-Path Problems An Example of the Shortest Path Some paths between a and f. Path ({a,b},{b,d},{d,f}): length of ({a,b},{b,d},{d,f}) = w({a,b})+w({b,d})+w({d,f}) = 1+3+5 = 9 Path ({a,b},{b,e},{e,f}): length of ({a,b},{b,e},{e,f}) = w({a,b})+w({b,e})+w({e,f}) = 1+3+1 = 5 Path ({a,c},{c,e},{e,f}): length of ({a,c},{c,e},{e,f}) = w({a,c})+w({c,e})+w({e,f}) = 4+3+1 = 8

9.6 Shortest-Path Problems Dijkstra s Algorithm procedure Dijkstra(G: a weighted connected simple graph with all weights positive, a is the source, z is the destination) // there exists a path from a to z for i := 1 to n L(v i ) := L(a) := 0 S :=? while z /2 S begin u := a vertex not in S with L(u) minimal S := S [ fug for all vertices v not in S if L(u) + w(u, v) < L(v) then L(v) := L(u) + w(u, v) end {L(z) = length of a shortest path from a to z.}

9.6 Shortest-Path Problems Example of Dijkstra s Algorithm Find the shortest path between a and f. Find the shortest path between d and c.

9.6 Shortest-Path Problems Traveling Salesman Problem The traveling salesman problem asks for the circuit of minimum total weight in a weighted, complete, undirected graph that visit each vertex exactly once and returns to its starting point. No algorithm with polynomial worst-case time complexity is known. c-approximation algorithms: W W 0 cw. W : the total length of an exact solution. W 0 : the total weight of a Hamilton circuit. c: a constant.

9.7 Planar Graphs (optional) Planar Graphs A graph is called planar if it can be drawn in the plane without any edges crossing. Such a drawing is called a planar representation of the graph. Example:

9.7 Planar Graphs (optional) More Examples

9.7 Planar Graphs (optional) Euler s Formula Let G be a connected planar simple graph with e edges and v vertices. Let r be the number of regions in a planar representation of G. Then r = e v + 2. Corollary If G is a connected planar simple graph with e edges and v vertices, where v 3, then e 3v 6. Proof. (1) 2e 3r. (2) r = e v + 2.

9.7 Planar Graphs (optional) Euler s Formula (Cont.) Corollary If G is a connected planar simple graph, then G has a vertex of degree not exceeding ve. Show that K 5 is nonplanar using above corollary. Exercise: If a connected planar simple graph has e edges and v vertices with v 3 and no circuits of length three, then e 2v 4.

9.7 Planar Graphs (optional) Kuratowski s Theorem If a graph is planar, any graph is obtained by removing an edge fu, vg and adding a new vertex w together with edges fu, wg and fw, vg. Such an operation is called an elementary subdivision. The graphs G 1 = (V 1, E 1 ) and G 2 = (V 2, E 2 ) are called homeomorphic if they can be obtained from the same graph by a sequence of elementary subdivision. Theorem (Kuratowski s Theorem) A graph is nonplanar if and if it contains a subgraph homeomorphic to K 3,3 or K 5.

9.7 Planar Graphs (optional) Examples Some examples Is the Petersen graph planar?

9.8 Graph Coloring (optional) Graph Coloring A coloring of a simple graph is the assignment of a color to each vertex of the graph so that no two adjacent vertices are assigned the same color. The chromatic number of a graph G, denoted by χ(g ), is the least number of colors needed for a coloring of this graph.

9.8 Graph Coloring (optional) Coloring of Maps Color a map such that two adjacent regions don t have the same color. Each map in the plane can be represented by dual planar graph. Ex, Theorem (The Four Color Theorem) The chromatic number of a planar graph is no greater than four.

9.8 Graph Coloring (optional) Example What is the chromatic number of the graphs? What is the chromatic number of K n? What is the chromatic number of K m,n?

9.8 Graph Coloring (optional) Frequency Assignment Broadcast radio system Two radio stations can t have the same channel if their receiving regions are with some overlapping area. Broadcast stations are represented by vertices. Tow vertices have an edge if their receiving regions are with some overlapping area. Frequency assignment problems is to nd the smallest number of channels.