How many non-isomorphic tournaments with 10 vertices are there? a). 5 b). 10 c). 362,880 d). Over nine million.

Slides:



Advertisements
Similar presentations
THE LIST COLORING CONJECTURE nicla bernasconi. topics Introduction – The LCC Kernels and choosability Proof of the bipartite LCC.
Advertisements

Coloring Warm-Up. A graph is 2-colorable iff it has no odd length cycles 1: If G has an odd-length cycle then G is not 2- colorable Proof: Let v 0, …,
Connectivity - Menger’s Theorem Graphs & Algorithms Lecture 3.
 Theorem 5.9: Let G be a simple graph with n vertices, where n>2. G has a Hamilton circuit if for any two vertices u and v of G that are not adjacent,
If R = {(x,y)| y = 3x + 2}, then R -1 = (1) x = 3y + 2 (2) y = (x – 2)/3 (3) {(x,y)| y = 3x + 2} (4) {(x,y)| y = (x – 2)/3} (5) {(x,y)| y – 2 = 3x} (6)
Lecture 5 Graph Theory. Graphs Graphs are the most useful model with computer science such as logical design, formal languages, communication network,
De Bruijn sequences Rotating drum problem:
EMIS 8374 Vertex Connectivity Updated 20 March 2008.
Applied Combinatorics, 4th Ed. Alan Tucker
The number of edge-disjoint transitive triples in a tournament.
Introduction to Graph Theory Lecture 19: Digraphs and Networks.
DAG Warm-Up Problem. McNally and fellow guard Brandyn Curry, who combined for 26 second-half points, came up big for Harvard throughout the final frame.
Structured Graphs and Applications
Mycielski’s Construction Mycielski’s Construction: From a simple graph G, Mycielski’s Construction produces a simple graph G’ containing G. Beginning with.
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.
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.
Can Dijkstra’s Algorithm be modified in an obvious way to give the longest path in a graph? a). Yes b). No c). I have absolutely no idea.
Definition Hamiltonian graph: A graph with a spanning cycle (also called a Hamiltonian cycle). Hamiltonian graph Hamiltonian cycle.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
Internally Disjoint Paths
Internally Disjoint Paths
What is the best way to start? 1.Plug in n = 1. 2.Factor 6n 2 + 5n Let n be an integer. 4.Let n be an odd integer. 5.Let 6n 2 + 5n + 4 be an odd.
Is C 6 2-critical? a). Yes b). No c). I have absolutely no idea.
03/01/2005Tucker, Sec Applied Combinatorics, 4th Ed. Alan Tucker Section 3.1 Properties of Trees Prepared by Joshua Schoenly and Kathleen McNamara.
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.
Internally Disjoint Paths Internally Disjoint Paths : Two paths u to v are internally disjoint if they have no common internal vertex. u u v v Common internal.
What is the first line of the backwards direction of this proof? 1.Assume G is a block. 2.Assume every pair of vertices lie on a common cycle. 3.Assume.
CS 2813 Discrete Structures
Introduction to Graph Theory
 Jim has six children.  Chris fights with Bob,Faye, and Eve all the time; Eve fights (besides with Chris) with Al and Di all the time; and Al and Bob.
Section 9-3 Arcs and central angles Central angle §An angle with its vertex at the center of the circle.
Applications of the Max-Flow Min-Cut Theorem. S-T Cuts SF D H C A NY S = {SF, D, H}, T={C,A,NY} [S,T] = {(D,A),(D,C),(H,A)}, Cap [S,T] =
5.2 Trees  A tree is a connected graph without any cycles.
Planar Graphs Graph Coloring
1 Some Inequalities on Weighted Vertex Degrees, Eigenvalues, and Laplacian Eigenvalues of Weighted Graphs Behzad Torkian Dept. of Mathematical Sciences.
Eulerian Paths and Cycles. What is a Eulerian Path Given an graph. Find a path which uses every edge exactly once. This path is called an Eulerian Path.
Graphs G = (V,E) V is the vertex set. Vertices are also called nodes and points. E is the edge set. Each edge connects two different vertices. Edges are.
 Quotient graph  Definition 13: Suppose G(V,E) is a graph and R is a equivalence relation on the set V. We construct the quotient graph G R in the follow.
1 EE5900 Advanced Embedded System For Smart Infrastructure Static Scheduling.
Introduction to Graph Theory Lecture 13: Graph Coloring: Edge Coloring.
5-color theorem 林典濤 : PPT, Lecture note 陳咨翰 : Presentation.
1 Assignment #3 is posted: Due Thursday Nov. 15 at the beginning of class. Make sure you are also working on your projects. Come see me if you are unsure.
12. Lecture WS 2012/13Bioinformatics III1 V12 Menger’s theorem Borrowing terminology from operations research consider certain primal-dual pairs of optimization.
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.
Fundamental Graph Theory (Lecture 1) Lectured by Hung-Lin Fu 傅 恆 霖 Department of Applied Mathematics National Chiao Tung University.
Trees.
Prüfer code algorithm Algorithm (Prüfer code)
Chapters 8.1 and 8.2 Based on slides by Y. Peng University of Maryland
What is the next line of the proof?
How to Graph Quadratic Equations
Graphs Chapters 10.1 and 10.2 Based on slides by Y. Peng University of Maryland.
How To Graph Quadratic Equations
INFINITE LIMITS Section 1.5.
Chapters 8.1 and 8.2 Based on slides by Y. Peng University of Maryland
Chapter 22: Elementary Graph Algorithms I
Vertex Covers, Matchings, and Independent Sets
Problem Solving 4.
How To Graph Quadratic Equations.
Activity Networks
Quadratic Functions in the Form y = a(x – h)2 + k
Theorem 5.13: For vT‘, l’(v)= min{l(v), l(vk)+w(vk, v)}
Graphical Solution of Linear Programming Problems
V12 Menger’s theorem Borrowing terminology from operations research
Lecture 21 Network Flow, Part 1
How To Graph Quadratic Equations.
INFINITE LIMITS Section 1.5.
Graph Theory: Cuts and Connectivity
10.2 Measuring Angles and Arcs Reitz High School.
The Complexity of Approximation
Lecture 28 Approximation of Set Cover
Presentation transcript:

How many non-isomorphic tournaments with 10 vertices are there? a). 5 b). 10 c). 362,880 d). Over nine million

What is the first line of the proof? a). Assume d(v,u)  2 for all vertices u in a tournament T. b). Assume vertex v is such that d(v,u)  2 for all vertices u in a tournament T. c). Assume v is any vertex of maximum score in a tournament T. d). Let T be any tournament with a vertex of maximum score.

What is the next line of the proof? a). Assume the result holds for graphs with k vertices. b). Notice that (u i, u j ) is an arc for some i and j. c). Notice that d(v,u i ) = 1 for i = 1, 2, …, n. d). Notice that d(v,u i ) = 2 for i = 1, 2, …, n. e). If p =1, note that the theorem holds.

What is the next line of the proof? a). Let u be any one of the u i ’s. b). Let u be any vertex that is not adjacent from v. c). Notice that v has maximum score in T. d). Since d(v,u i ) = 1 for all i, we have d(v,u i )  2 and we are done.

What is the next line of the proof? a). Then d(v,u) = 2. b). Then (v,u) is an arc in T. c). Then (u,v) is an arc in T. d). Assume d(v,u) > 2. e). Delete u from G to obtain G – u.