Chapter 4 Answers. Lesson 4.1. Chapter 4 Answers 1

Size: px
Start display at page:

Download "Chapter 4 Answers. Lesson 4.1. Chapter 4 Answers 1"

Transcription

1 Chapter 4 Answers Lesson Chapter 4 Answers 1

2 5. Answers vary. Sample answer: a. A: 2, none; B: 4, A; C: 3, B; D: 7, C; E: 5, A; F: 10, E; G: 8, A; H: 3, A; I: 4, D, F, G, and H b. c. In this case, the least amount of time would be 21 minutes. 6. Answers vary. Sample answer: Task Time (minutes) Prerequisites Start 0 A. Do laundry 60 None B. Purchase toiletries 45 None C. Buy new shoes 50 None D. Tell friends good-bye 30 None E. Pack 70 A, B, C F. Load car 45 E G. Drive to college 90 D, F b. Chapter 4 Answers 2

3 c. In this case, the least amount of time is 265 minutes for path Start-AEFG- Finish. 7. a. A: 2, none; B: 4, none; C: 3, A; D: 3, C and B; E: 2, B; F: 1, E; G: 4, D and F. b. Task D can t begin before A and C are complete and 5 minutes have elapsed. G can t start before 8 minutes have elapsed. Therefore, the project can t be completed in a time faster than 12 minutes. Also note that the path from the Start to A, C, D, G and the Finish is the longest path through the graph. Lesson EST for C through G: 7, 10, 11, 16, 23. Minimum Project Time: 26. Critical Path: Start ACEFG Finish. 2. EST for C through H: 6, 5, 16, 16, 25, 22. Minimum Project Time: 32. Critical Paths: Start ACEG Finish, Start ACFH Finish. 3. EST for D through L: 4, 5, 6, 6, 6, 6, 9, 9, 15. Minimum Project Time: 20. Critical Path: Start ADHKL Finish. 4. Minimum Project Time: 20. Critical Path: Start BCFG Finish. 5. a. Chapter 4 Answers 3

4 b. Minimum Project Time: 22. c. Critical Path: Start ADG Finish. d. The minimum time is reduced to 21 days, to 20 days. e. No, below 8 days A is no longer on the critical path. 6. Answers will vary. Sample answer: 7. a. Minimum Project Time: 36 Critical Path: Start ADF Finish. 8. a & b. c. Minimum Project Time: 33 d. Critical Path: Start BDFH Finish 9. a. Day 16, Day 17, Day 18. Both task G and the project will be delayed. b. Day 11. c. Day 5, Day 6, Day The graph below shows the ESTs and LSTs for each vertex: Chapter 4 Answers 4

5 11. Sample algorithm. Answers will vary. 1. Begin with Finish and use the minimum project time. 2. Subtract from the minimum project time the time that it takes to complete the task(s) preceding it. This is the LST for the preceding tasks. Label the vertex with its LST. 3. If the time of a preceding task is dependent on more than one edge, choose the earliest time. 4. Continue until all vertices are labeled. Lesson a. Chapter 4 Answers 5

6 b. c. d. 3. Graphs a and d are connected. Graph d is complete. 4. a. Not adjacent: A&F, B&F, B&C, A&C, A&D, A&E, B&E, B&D, F&C, F&D 5. b. F, E, D, C c. No, there is no path from A or B to the vertices C, D, E, or F. d. No, not every pair of vertices is adjacent. For example, B and C are not adjacent. 6. Chapter 4 Answers 6

7 7. a. b. c. A B E C 8. a. 9. b. D Chapter 4 Answers 7

8 a. All zeros b. Yes, along the main diagonal. c. Vertex adjacent to itself, there are two edges between two vertices. 10. The number of vertices that are adjacent to a given vertex. 11. deg(v) = 3; deg(x) = 2; deg(y) = 2; deg(z) = a. 3 b. n a. deg(b) = 2; deg(c) = 6, deg(d) = 3, deg(e) = b c. Yes, you can tell the difference. A matrix for a graph will have 0s on the main diagonal and 1s and 0s elsewhere. A matrix for a multigraph is characterized by numbers greater than 1 in the matrix (indicating multiple edges) and/or numbers other than 0s on the main diagonal (indicating loops). K T 4 = T K T 5 = T K T 6 = T Recurrence relation: T n = T n 1 + 2(n 1) 15. The sum of the degrees of all the vertices for a complete graph is an even number. This is true for all graphs. The sum of the degrees of all the vertices is even because each edge contributes 2 (one degree at each end of the edge) to the total. 16. a. b. Impossible c. In any graph, there always has to be an even number of vertices with odd degree. 17. Zeros on the main diagonal, ones everywhere else. Chapter 4 Answers 8

9 18. K S 4 = S K S 5 = S K S 6 = S Recurrence relation: S n = S n 1 + (n 1) 19. Take any two teams who play each other and call them A and B. If they play a common third team, C, then the remaining two teams do not have two different teams to play. Thus, A and B must play different teams for their second game. Suppose A plays C and B plays D. If C plays D, then the fifth team has no one to play. Hence, C and D cannot play each other. All that remains is the graph. Lesson a. Both. The degrees of all vertices are even. b. Neither. Four vertices have odd degree. c. Euler Path. There are exactly two vertices of odd degree and the rest are even. d. Both. The degrees of all vertices are even. 2. Sample graph: 3. New circuit: S, b, e, a, g, f, S Final Circuit: S, e, f, a, b, c, S, b, e, a, g, f, S Chapter 4 Answers 9

10 4. Answers may vary. Sample circuit: e, d, f, h, d, c, h, b, c, g, a, h, g, f, e 5. a. If it were not connected there would be at least two vertices between which no path would exist. b. Sample graph: c. Sample graph: 6. No; yes; no; yes. No, if n is even yes, if n is odd. 7. No. If a graph is drawn of the present-day situation, there are still two vertices, B and C, with odd degree. 8. a. No, No. b. It is possible to find a route repeating only one edge. For example, G, i, j, G, h, f, d, c, a, b, d, e, b, j, e, f, j, f, G where edge jf is inspected twice. 9. a. Sample digraph: b. Sample digraph 10. a. V = {K, L, M, N, P} E = {KL, LP, LN, NM, MP, PK, PN} b. No, the indegree is not equal to the outdegree for vertices L and N. Chapter 4 Answers 10

11 11. a. Yes. b. No. c. Yes. d. No. 12. a. No, the outdegree doesn t equal the indegree of each vertex. 13. a. b. Yes, b or f. c. A digraph has a directed Euler path when the following three conditions are met: 1) The outdegree equals the indegree at all vertices but two. 2) At one of those two vertices, the indegree is one greater than the outdegree. 3) At the other vertex, the outdegree is one greater than the indegree. b. c. d. a b c d e a b c d e A B C D A B C D s t v w x s t v w x W X Y Z W X Y Z Chapter 4 Answers 11

12 14. A B D C 15. a. b. There is no symmetry along this main diagonal. Symmetry could exist if for each pair of adjacent vertices there would be directed edges in pairs with one going in one direction and one going the other. For example, A and B would be connected with a directed edge AB and a directed edge BA. c. 3, B s outdegree d. 2, B s indegree 16. Following is a sample Euler Circuit Program (TI-83 version): Disp "HOW MANY ROWS?" Input R {R, R} dim ([A]) Disp "ENTER ELEMENTS" Disp "BY ROWS" For (I, 1, R) For (J, 1, R) Input X X [A](I, J) End End For (I, 1, R) 0 S For (J, 1, R) S + [A](I, J) S End S/2 Y If fpart (Y) 0 Then ClrHome Chapter 4 Answers 12

13 Disp [A] "NO EULER" Disp "CIRCUIT EXISTS" Stop Else End End ClrHome Disp [A] Disp "YOUR GRAPH HAS" Disp "AN EULER CIRCUIT" Lesson Graphs a and d have Hamiltonian circuits. For graphs b and c, the theorem does not apply. 2. Answers vary. Sample answers: Mail carriers visiting mailboxes that are located at street corners and returning to the post office, traveling from home to several cities and returning home, etc. 3. a. b. 4. a. Many possible circuits can be found. b. No c. A circuit can be found beginning at any vertex. 5. Hamiltonian circuit a, f, b, d, c, e, a a. BCAD b. DBCA, BCDA, CDBA Chapter 4 Answers 13

14 8. a. b. 9. c. Impossible 10. When ties exist between two or more players (represented by vertices), those vertices can be named in more than one order when finding a path through the graph. 11. a. Sample algorithm: 1. Rank the vertices by descending order of outdegree. 2. Begin the path with the vertex of greatest outdegree and continue in order to the vertex of least outdegree. b. The greatest difficulty arises when two vertices have equal outdegree and a choice must be made as to which one to visit first. Sometimes you move to one of the vertices and it s not possible to get to the other one with the same level of outdegree. In this case, you must visit those vertices in reverse order. Chapter 4 Answers 14

15 S n = S n 1 + (n 1) 13. If A and B were both transmitters (or both receivers) there would be no directed edge between them. 14. a.&b. Every tournament with 1 vertex (or 2 vertices) has a Hamiltonian path. Assume a tournament with k vertices has a Hamiltonian path. Call this tournament of k vertices S. Since it has k vertices, we know from our assumption that it has a Hamiltonian path. Call this path x 1, x 2, x 3,, x k. Now introduce a (k + 1)-st vertex, x, and directed edges that connect it to the other vertices in S. Call the new tournament T. If x has an indegree of 0, then x, x 1, x 2, x 3,, x k is a Hamiltonian path for T. Otherwise, follow the Hamiltonian path for S until you get to the last directed edge pointing from S to vertex x. Follow it to the x. If all of the vertices of S have been visited, you have found a Hamiltonian path, x 1, x 2, x 3,, x k, x for T. If all of the vertices have not been visited, then choose an edge from x back to the next vertex in the path for S and continue until all vertices of S have been visited. 15. a. b. c. Yes, B d. The path BCDA indicates the ranking of the four candidates from winner to loser. Chapter 4 Answers 15

16 16. a. b. M = M 2 = c. The winner would be B. d. Entries in M 3 would indicate the number of three-stage dominances (or paths of length 3) of one player over another. M 3 = Lesson a. 4 b. 2 c. 2 d a. Sample graph: b. Sample graph: Chapter 4 Answers 16

17 3. a. List the vertices in order from the ones with the greatest degree to the ones with the least b. Those not adjacent to it or adjacent to one with that color. c. The vertex with the next highest degree of those not already colored. Any vertex not adjacent to that one or to one receiving the second color. d. When all of the vertices are colored. e. Answers vary. Sample coloring algorithm: 1. Make a list of the vertices in the graph, ordering them from highest degree to lowest. Ties are broken arbitrarily. 2. Chose a color. 3. Color the first uncolored vertex in the list and all uncolored vertices not adjacent to it or another vertex of that color. 4. If some vertices are uncolored, choose a new color, and go to Step 3; otherwise stop. Your graph is colored. 5. The graph has no edges. 6. a. 2, 3, 4, 5 b. A complete graph K N would need N colors since every vertex in the graph is adjacent to every other vertex. c. Good coloring algorithms should have no problem coloring a complete graph. 7. a. 2 b. 3 c. Difficulties with coloring algorithms may arise here. Instead of giving a chromatic number of two, algorithms may indicate that three colors are needed. 8. Many different graphs may need to be tried here. Three possible graphs to use are shown below: Chapter 4 Answers 17

18 12. Sample coloring: 13. a. Sample coloring: b. Sample coloring: Review 1. The following are important points made in Chapter 4. Graphs are useful tools in modeling real-world situations. Graphs are made up of vertices and edges. Edges are drawn between vertices to show particular relationships. Graphs can be represented by diagrams, adjacency matrices, and vertex-edge lists. Chapter 4 Answers 18

19 2. Graphs are used to model the tasks that make up a project. In turn, this helps organize the work so the project can be completed in a minimal amount of time. Euler circuits and Euler paths are paths through a graph that traverse each edge of a graph exactly once. Algorithms have been developed for finding the Euler circuit or path efficiently. Hamiltonian circuits and Hamiltonian paths are paths through the graph that visit each vertex of the graph exactly once. There is no easy way of finding out whether or not a graph has a Hamiltonian circuit or path. Graph coloring helps you to solve problems that deal with conflict such as scheduling problems. 3. a. A,(0); B,(4); C,(4); D,(7); E,(6); F,(11); G,(10); H,(15); I,(16); J,(18) b. Minimum Project Time: Task Time Prerequisites Start 0 A 2 None B 3 None C 4 A D 4 A, B E 2 B F 3 C G 5 D, E H 7 F, G Finish Chapter 4 Answers 19

20 5. a. A,(0); B,(2); C,(2); D,(6); E,(6); F,(6); G,(9); H,(9); I,(14) b. Critical Path: Start ABDHI Finish. Minimum Project Time: a. Start A B C b. A,(0); B,(0); C,(0); D,(6); E,(9); F,(8); G,(13); H,(11); I,(18) c. Minimum Project Time: 26. d. Critical Path: Start CFI Finish. 7. a. Yes, a path exists from each vertex to every other vertex. D E F b. No, not every pair of vertices is adjacent. c. A, D, or C d. BCDE or BCAE e. Deg(C) = 4 f. A B C D E A B C D E a. Sample graph: G H I Finish E F I G b. 4 H c. Yes, the degrees of all vertices are even. Chapter 4 Answers 20

21 9. Sample graph: 10. a. Euler path. Two vertices have odd degrees, and the remaining vertices have even degrees. 11. a. b. Euler circuit. All vertices have even degrees. b. 12. a. No b. Yes c. 13. a. Yes b. No, the graph has exactly two odd vertices. You would have to begin at one of the vertices with an odd degree and end at the other. Chapter 4 Answers 21

22 14. A B C D E F 15. a. A B C D E F b. There is no Condorcet winner because none of the candidates can beat all of the other candidates in a one-on-one race. c. D, C, A, B; C, A, B, D; C, B, D, A; B, D, C, A; A, B, D, C d. If the Hamiltonian path, B, D, C, A is chosen for a pairwise voting scheme, B wins. The path shows that for B to survive, you need first to pair A and C. C wins. Next pair the winner, C, against D, and D wins. Finally, pair the winner, D, against B, and B is the final winner of the election. 16. Sample graph: 17. a. b. Three time slots. Sample schedule: Time 1 Math & Art, Time 2 Reading & History, Time 3 Science & French Chapter 4 Answers 22

23 18. a. b. 4 frequencies 19. a. No, the outdegrees are not equal to the indegrees at each vertex. b. Yes, the outdegree equals the indegree at all vertices but two. At one of those two vertices, the indegree is one greater than the outdegree and at the other vertex, the outdegree is one greater than the indegree. Answers will vary, but the paths must begin at B and end at D. 20. a&b. Sample graph and coloring: c. Three colors Chapter 4 Answers 23

GRAPH THEORY - FUNDAMENTALS

GRAPH THEORY - FUNDAMENTALS GRAPH THEORY - FUNDAMENTALS http://www.tutorialspoint.com/graph_theory/graph_theory_fundamentals.htm Copyright tutorialspoint.com A graph is a diagram of points and lines connected to the points. It has

More information

Unit 7 Day 2 Section Vocabulary & Graphical Representations Euler Circuits and Paths

Unit 7 Day 2 Section Vocabulary & Graphical Representations Euler Circuits and Paths Unit 7 Day 2 Section 4.3-4.5 Vocabulary & Graphical Representations Euler Circuits and Paths 1 Warm Up ~ Day 2 List the tasks and earliest start times in a table, as in exercise #1. Determine the minimum

More information

a) Graph 2 and Graph 3 b) Graph 2 and Graph 4 c) Graph 1 and Graph 4 d) Graph 1 and Graph 3 e) Graph 3 and Graph 4 f) None of the above

a) Graph 2 and Graph 3 b) Graph 2 and Graph 4 c) Graph 1 and Graph 4 d) Graph 1 and Graph 3 e) Graph 3 and Graph 4 f) None of the above Mathematics 105: Math as a Liberal Art. Final Exam. Name Instructor: Ramin Naimi Spring 2008 Close book. Closed notes. No Calculators. NO CELL PHONES! Please turn off your cell phones and put them away.

More information

About the Tutorial. Audience. Prerequisites. Disclaimer & Copyright. Graph Theory

About the Tutorial. Audience. Prerequisites. Disclaimer & Copyright. Graph Theory About the Tutorial This tutorial offers a brief introduction to the fundamentals of graph theory. Written in a reader-friendly style, it covers the types of graphs, their properties, trees, graph traversability,

More information

Math.3336: Discrete Mathematics. Chapter 10 Graph Theory

Math.3336: Discrete Mathematics. Chapter 10 Graph Theory Math.3336: Discrete Mathematics Chapter 10 Graph Theory Instructor: Dr. Blerina Xhabli Department of Mathematics, University of Houston https://www.math.uh.edu/ blerina Email: blerina@math.uh.edu Fall

More information

Chapter 5: Euler Paths and Circuits The Mathematics of Getting Around

Chapter 5: Euler Paths and Circuits The Mathematics of Getting Around 1 Finite Math A Chapter 5: Euler Paths and Circuits The Mathematics of Getting Around Academic Standards Covered in this Chapter: *************************************************************************************

More information

Unit 7 Day 4 Notes: graph coloring, Graph theory review & Quiz

Unit 7 Day 4 Notes: graph coloring, Graph theory review & Quiz Unit 7 Day 4 Notes: graph coloring, Graph theory review & Quiz Warm-Up Phones OFF & in Blue Pockets! Get out paper for notes! Agenda Notes first, Then do practice and HW questions Quiz at the end Notes:

More information

Chapter 1 Graph Theory

Chapter 1 Graph Theory Chapter Graph Theory - Representations of Graphs Graph, G=(V,E): It consists of the set V of vertices and the set E of edges. If each edge has its direction, the graph is called the directed graph (digraph).

More information

Sections 5.2, 5.3. & 5.4

Sections 5.2, 5.3. & 5.4 MATH 11008: Graph Theory Terminology Sections 5.2, 5.3. & 5.4 Routing problem: A routing problem is concerned with finding ways to route the delivery of good and/or services to an assortment of destinations.

More information

Honors ICM- Graph Theory Unit 7 Homework Packet Homework Day 1

Honors ICM- Graph Theory Unit 7 Homework Packet Homework Day 1 Honors ICM- Graph Theory Unit 7 Homework Packet Homework Day 1 Name Period: 6. Construct a graph with three critical paths. 7. Determine the minimum project time and the critical path for the following

More information

Chapter 5: Euler Paths and Circuits The Mathematics of Getting Around

Chapter 5: Euler Paths and Circuits The Mathematics of Getting Around 1 Finite Math A Chapter 5: Euler Paths and Circuits The Mathematics of Getting Around Academic Standards Covered in this Chapter: *************************************************************************************

More information

Excursions in Modern Mathematics Sixth Edition. Chapter 5 Euler Circuits. The Circuit Comes to Town. Peter Tannenbaum

Excursions in Modern Mathematics Sixth Edition. Chapter 5 Euler Circuits. The Circuit Comes to Town. Peter Tannenbaum Excursions in Modern Mathematics Sixth Edition Chapter 5 Peter Tannenbaum The Circuit Comes to Town 1 2 Outline/learning Objectives Outline/learning Objectives (cont.) To identify and model Euler circuit

More information

Introduction to Graphs

Introduction to Graphs Introduction to Graphs Historical Motivation Seven Bridges of Königsberg Königsberg (now Kaliningrad, Russia) around 1735 Problem: Find a walk through the city that would cross each bridge once and only

More information

MATH 101: Introduction to Contemporary Mathematics

MATH 101: Introduction to Contemporary Mathematics MATH 101: Introduction to Contemporary Mathematics Sections 201-206 Instructor: H. R. Hughes Course web page: http://www.math.siu.edu/hughes/math101.htm Summer 2013 Lecture sessions meet: MTWF 12:10-1:10

More information

13. (a) G,G. A circuit of length 1 is a loop. 14. (a) E,E. (c) A,B,C,A. 16. (a) BF, FG

13. (a) G,G. A circuit of length 1 is a loop. 14. (a) E,E. (c) A,B,C,A. 16. (a) BF, FG 13. (a) G,G. A circuit of length 1 is a loop. There are none. Such a circuit would consist of two vertices and two (different) edges connecting the vertices. 10. (a) 11. (a) C, B, A, H, F Other answers

More information

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

CHAPTER 10 GRAPHS AND TREES. Copyright Cengage Learning. All rights reserved. CHAPTER 10 GRAPHS AND TREES Copyright Cengage Learning. All rights reserved. SECTION 10.1 Graphs: Definitions and Basic Properties Copyright Cengage Learning. All rights reserved. Graphs: Definitions and

More information

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

(5.2) 151 Math Exercises. Graph Terminology and Special Types of Graphs. Malek Zein AL-Abidin King Saud University College of Science Department of Mathematics 151 Math Exercises (5.2) Graph Terminology and Special Types of Graphs Malek Zein AL-Abidin ه Basic Terminology First, we give some terminology

More information

Graph theory. Po-Shen Loh. June We begin by collecting some basic facts which can be proved via bare-hands techniques.

Graph theory. Po-Shen Loh. June We begin by collecting some basic facts which can be proved via bare-hands techniques. Graph theory Po-Shen Loh June 013 1 Basic results We begin by collecting some basic facts which can be proved via bare-hands techniques. 1. The sum of all of the degrees is equal to twice the number of

More information

14 Graph Theory. Exercise Set 14-1

14 Graph Theory. Exercise Set 14-1 14 Graph Theory Exercise Set 14-1 1. A graph in this chapter consists of vertices and edges. In previous chapters the term was used as a visual picture of a set of ordered pairs defined by a relation or

More information

Worksheet for the Final Exam - Part I. Graphs

Worksheet for the Final Exam - Part I. Graphs Worksheet for the Final Exam - Part I. Graphs Date and Time: May 10 2012 Thursday 11:50AM~1:50PM Location: Eng 120 Start with the Self-Test Exercises (pp.816) in Prichard. 1. Give the adjacency matrix

More information

Basic Combinatorics. Math 40210, Section 01 Fall Homework 4 Solutions

Basic Combinatorics. Math 40210, Section 01 Fall Homework 4 Solutions Basic Combinatorics Math 40210, Section 01 Fall 2012 Homework 4 Solutions 1.4.2 2: One possible implementation: Start with abcgfjiea From edge cd build, using previously unmarked edges: cdhlponminjkghc

More information

Chapter 5: The Mathematics of Getting Around

Chapter 5: The Mathematics of Getting Around Euler Paths and Circuits Chapter 5: The Mathematics of Getting Around 5.1 Street-Routing Problem Our story begins in the 1700s in the medieval town of Königsberg, in Eastern Europe. At the time, Königsberg

More information

ASSIGNMENT 4 SOLUTIONS

ASSIGNMENT 4 SOLUTIONS MATH 71 ASSIGNMENT SOLUTIONS 1. If F : X X is a function, define f (x) to be (f f)(x), and inductively define f k (x) (f f k 1 )(x) for each integer k. (So f (x) (f f )(x) f(f(f(x))) for instance.) We

More information

Unit 7 Day 2 Section Vocabulary & Graphical Representations

Unit 7 Day 2 Section Vocabulary & Graphical Representations Unit 7 Day 2 Section 4.3-4.4 Vocabulary & Graphical Representations 1 Warm Up ~ Day 2 List the tasks and earliest start times in a table. Determine the minimum project time and all the critical paths.

More information

Undirected Network Summary

Undirected Network Summary Undirected Network Summary Notice that the network above has multiple edges joining nodes a to d and the network has a loop at node d. Also c is called an isolated node as it is not connected to any other

More information

Multi-edges, loops, and two or more pieces are all allowed. Example 4 (Not Graphs). None of the following are graphs.

Multi-edges, loops, and two or more pieces are all allowed. Example 4 (Not Graphs). None of the following are graphs. MA 111, Topic 4: Graph Theory Our last topic in this course is called Graph Theory. This is the mathematics of connections, associations, and relationships. Definition 1. A Graph is a set of points called

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Chapter 7 & 8 Test Review Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the problem. 1) Which of the following four graphs is a tree?

More information

Finite Math A, Chapter 8: Scheduling 1

Finite Math A, Chapter 8: Scheduling 1 Finite Math A, Chapter 8: Scheduling 1 Finite Math A Chapter 8 The Mathematics of Scheduling Chapter 8: The Mathematics of Scheduling Pd 2 & 6 Pd 4 & 7 Lesson Homework Tues Wed 8.1, 8.2 The Basic Elements

More information

Number Theory and Graph Theory

Number Theory and Graph Theory 1 Number Theory and Graph Theory Chapter 7 Graph properties By A. Satyanarayana Reddy Department of Mathematics Shiv Nadar University Uttar Pradesh, India E-mail: satya8118@gmail.com 2 Module-2: Eulerian

More information

GRAPH THEORY: AN INTRODUCTION

GRAPH THEORY: AN INTRODUCTION GRAPH THEORY: AN INTRODUCTION BEGINNERS 3/4/2018 1. GRAPHS AND THEIR PROPERTIES A graph G consists of two sets: a set of vertices V, and a set of edges E. A vertex is simply a labeled point. An edge is

More information

Crossing bridges. Crossing bridges Great Ideas in Theoretical Computer Science. Lecture 12: Graphs I: The Basics. Königsberg (Prussia)

Crossing bridges. Crossing bridges Great Ideas in Theoretical Computer Science. Lecture 12: Graphs I: The Basics. Königsberg (Prussia) 15-251 Great Ideas in Theoretical Computer Science Lecture 12: Graphs I: The Basics February 22nd, 2018 Crossing bridges Königsberg (Prussia) Now Kaliningrad (Russia) Is there a way to walk through the

More information

-Discrete Math 504 Homework Assignment #8 TO: Dr. Jim Gleason FROM: Deborah Britt, ACCLAIM Cohort 2 Date: March 1, 2005

-Discrete Math 504 Homework Assignment #8 TO: Dr. Jim Gleason FROM: Deborah Britt, ACCLAIM Cohort 2 Date: March 1, 2005 -Discrete Math 504 Homework Assignment #8 TO: Dr. Jim leason FOM: Deborah ritt, ACCLAIM Cohort 2 Date: March 1, 2005 Section 4.6 Exploratory #3 Exercises (2,4,6,10,11) Section 5.1 Exercises (4,5,6,10,14)

More information

Chapter 11: Graphs and Trees. March 23, 2008

Chapter 11: Graphs and Trees. March 23, 2008 Chapter 11: Graphs and Trees March 23, 2008 Outline 1 11.1 Graphs: An Introduction 2 11.2 Paths and Circuits 3 11.3 Matrix Representations of Graphs 4 11.5 Trees Graphs: Basic Definitions Informally, a

More information

Further Mathematics 2016 Module 2: NETWORKS AND DECISION MATHEMATICS Chapter 9 Undirected Graphs and Networks

Further Mathematics 2016 Module 2: NETWORKS AND DECISION MATHEMATICS Chapter 9 Undirected Graphs and Networks Further Mathematics 2016 Module 2: NETWORKS AND DECISION MATHEMATICS Chapter 9 Undirected Graphs and Networks Key knowledge the conventions, terminology, properties and types of graphs; edge, face, loop,

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Graph theory G. Guérard Department of Nouvelles Energies Ecole Supérieur d Ingénieurs Léonard de Vinci Lecture 1 GG A.I. 1/37 Outline 1 Graph theory Undirected and directed graphs

More information

Graph Theory. Part of Texas Counties.

Graph Theory. Part of Texas Counties. Graph Theory Part of Texas Counties. We would like to visit each of the above counties, crossing each county only once, starting from Harris county. Is this possible? This problem can be modeled as a graph.

More information

Graph and Digraph Glossary

Graph and Digraph Glossary 1 of 15 31.1.2004 14:45 Graph and Digraph Glossary A B C D E F G H I-J K L M N O P-Q R S T U V W-Z Acyclic Graph A graph is acyclic if it contains no cycles. Adjacency Matrix A 0-1 square matrix whose

More information

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

CS200: Graphs. Prichard Ch. 14 Rosen Ch. 10. CS200 - Graphs 1 CS200: Graphs Prichard Ch. 14 Rosen Ch. 10 CS200 - Graphs 1 Graphs A collection of nodes and edges What can this represent? n A computer network n Abstraction of a map n Social network CS200 - Graphs 2

More information

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

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics. An Introduction to Graph Theory SCHOOL OF ENGINEERING & BUILT ENVIRONMENT Mathematics An Introduction to Graph Theory. Introduction. Definitions.. Vertices and Edges... The Handshaking Lemma.. Connected Graphs... Cut-Points and Bridges.

More information

Study Guide Mods: Date:

Study Guide Mods: Date: Graph Theory Name: Study Guide Mods: Date: Define each of the following. It may be helpful to draw examples that illustrate the vocab word and/or counterexamples to define the word. 1. Graph ~ 2. Vertex

More information

Graph Theory CS/Math231 Discrete Mathematics Spring2015

Graph Theory CS/Math231 Discrete Mathematics Spring2015 1 Graphs Definition 1 A directed graph (or digraph) G is a pair (V, E), where V is a finite set and E is a binary relation on V. The set V is called the vertex set of G, and its elements are called vertices

More information

Brief History. Graph Theory. What is a graph? Types of graphs Directed graph: a graph that has edges with specific directions

Brief History. Graph Theory. What is a graph? Types of graphs Directed graph: a graph that has edges with specific directions Brief History Graph Theory What is a graph? It all began in 1736 when Leonhard Euler gave a proof that not all seven bridges over the Pregolya River could all be walked over once and end up where you started.

More information

An Introduction to Graph Theory

An Introduction to Graph Theory An Introduction to Graph Theory Evelyne Smith-Roberge University of Waterloo March 22, 2017 What is a graph? Definition A graph G is: a set V (G) of objects called vertices together with: a set E(G), of

More information

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

Characterizing Graphs (3) Characterizing Graphs (1) Characterizing Graphs (2) Characterizing Graphs (4) S-72.2420/T-79.5203 Basic Concepts 1 S-72.2420/T-79.5203 Basic Concepts 3 Characterizing Graphs (1) Characterizing Graphs (3) Characterizing a class G by a condition P means proving the equivalence G G

More information

Logic: The Big Picture. Axiomatizing Arithmetic. Tautologies and Valid Arguments. Graphs and Trees

Logic: The Big Picture. Axiomatizing Arithmetic. Tautologies and Valid Arguments. Graphs and Trees Axiomatizing Arithmetic Logic: The Big Picture Suppose we restrict the domain to the natural numbers, and allow only the standard symbols of arithmetic (+,, =, >, 0, 1). Typical true formulas include:

More information

An Introduction to Graph Theory

An Introduction to Graph Theory An Introduction to Graph Theory CIS008-2 Logic and Foundations of Mathematics David Goodwin david.goodwin@perisic.com 12:00, Friday 17 th February 2012 Outline 1 Graphs 2 Paths and cycles 3 Graphs and

More information

CHAPTER 10 GRAPHS AND TREES. Alessandro Artale UniBZ - artale/z

CHAPTER 10 GRAPHS AND TREES. Alessandro Artale UniBZ -  artale/z CHAPTER 10 GRAPHS AND TREES Alessandro Artale UniBZ - http://www.inf.unibz.it/ artale/z SECTION 10.1 Graphs: Definitions and Basic Properties Copyright Cengage Learning. All rights reserved. Graphs: Definitions

More information

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))

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)) 10 Graphs 10.1 Graphs and Graph Models 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)) 2. an edge is present, say e = {u,

More information

AP Calculus BC Summer Assignment

AP Calculus BC Summer Assignment AP Calculus BC Summer Assignment Name Due Date: First Day of School Welcome to AP Calculus BC! This is an exciting, challenging, fast paced course that is taught at the college level. We have a lot of

More information

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

CHAPTER 2. Graphs. 1. Introduction to Graphs and Graph Isomorphism CHAPTER 2 Graphs 1. Introduction to Graphs and Graph Isomorphism 1.1. The Graph Menagerie. Definition 1.1.1. A simple graph G = (V, E) consists of a set V of vertices and a set E of edges, represented

More information

Unit graph theory UNIT 4

Unit graph theory UNIT 4 Unit graph theory UNIT 4 Concept Characteristics What is a Graph Really? Get in groups of three and discuss what you think a graph really is. Come up with three statements that describe the characteristics

More information

Instant Insanity Instructor s Guide Make-it and Take-it Kit for AMTNYS 2006

Instant Insanity Instructor s Guide Make-it and Take-it Kit for AMTNYS 2006 Instant Insanity Instructor s Guide Make-it and Take-it Kit for AMTNYS 2006 THE KIT: This kit contains materials for two Instant Insanity games, a student activity sheet with answer key and this instructor

More information

Module 2: NETWORKS AND DECISION MATHEMATICS

Module 2: NETWORKS AND DECISION MATHEMATICS Further Mathematics 2017 Module 2: NETWORKS AND DECISION MATHEMATICS Chapter 9 Undirected Graphs and Networks Key knowledge the conventions, terminology, properties and types of graphs; edge, face, loop,

More information

Practice Exam #3, Math 100, Professor Wilson. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Practice Exam #3, Math 100, Professor Wilson. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Practice Exam #3, Math 100, Professor Wilson MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) A tree is A) any graph that is connected and every

More information

Examples of Tasks from Course 1, Unit 4

Examples of Tasks from Course 1, Unit 4 Examples of Tasks from Course 1, Unit 4 What Solutions are Available? Lesson 1: page 258, Modeling Task 1; page 260, Modeling Task 4; page 261, Organizing Task 1; page 271, Modeling Task 2; page 272, Modeling

More information

Foundations of Discrete Mathematics

Foundations of Discrete Mathematics Foundations of Discrete Mathematics Chapter 12 By Dr. Dalia M. Gil, Ph.D. Trees Tree are useful in computer science, where they are employed in a wide range of algorithms. They are used to construct efficient

More information

Elements of Graph Theory

Elements of Graph Theory Elements of Graph Theory Quick review of Chapters 9.1 9.5, 9.7 (studied in Mt1348/2008) = all basic concepts must be known New topics we will mostly skip shortest paths (Chapter 9.6), as that was covered

More information

Sarah Will Math 490 December 2, 2009

Sarah Will Math 490 December 2, 2009 Sarah Will Math 490 December 2, 2009 Euler Circuits INTRODUCTION Euler wrote the first paper on graph theory. It was a study and proof that it was impossible to cross the seven bridges of Königsberg once

More information

Introduction to Graphs

Introduction to Graphs Graphs Introduction to Graphs Graph Terminology Directed Graphs Special Graphs Graph Coloring Representing Graphs Connected Graphs Connected Component Reading (Epp s textbook) 10.1-10.3 1 Introduction

More information

Topic 10 Part 2 [474 marks]

Topic 10 Part 2 [474 marks] Topic Part 2 [474 marks] The complete graph H has the following cost adjacency matrix Consider the travelling salesman problem for H a By first finding a minimum spanning tree on the subgraph of H formed

More information

0.0.1 Network Analysis

0.0.1 Network Analysis Graph Theory 0.0.1 Network Analysis Prototype Example: In Algonquian Park the rangers have set up snowmobile trails with various stops along the way. The system of trails is our Network. The main entrance

More information

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

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 Graphs and Trees Graphs and trees come up everywhere. We can view the internet as a graph (in many ways) who is connected to whom Web search views web pages as a graph Who points to whom Niche graphs (Ecology):

More information

Weighted Powers Ranking Method

Weighted Powers Ranking Method Weighted Powers Ranking Method Introduction The Weighted Powers Ranking Method is a method for ranking sports teams utilizing both number of teams, and strength of the schedule (i.e. how good are the teams

More information

Basics of Graph Theory

Basics of Graph Theory Basics of Graph Theory 1 Basic notions A simple graph G = (V, E) consists of V, a nonempty set of vertices, and E, a set of unordered pairs of distinct elements of V called edges. Simple graphs have their

More information

Chapter 9 Graph Algorithms

Chapter 9 Graph Algorithms Chapter 9 Graph Algorithms 2 Introduction graph theory useful in practice represent many real-life problems can be slow if not careful with data structures 3 Definitions an undirected graph G = (V, E)

More information

11/22/2016. Chapter 9 Graph Algorithms. Introduction. Definitions. Definitions. Definitions. Definitions

11/22/2016. Chapter 9 Graph Algorithms. Introduction. Definitions. Definitions. Definitions. Definitions Introduction Chapter 9 Graph Algorithms graph theory useful in practice represent many real-life problems can be slow if not careful with data structures 2 Definitions an undirected graph G = (V, E) is

More information

Algorithms: Lecture 10. Chalmers University of Technology

Algorithms: Lecture 10. Chalmers University of Technology Algorithms: Lecture 10 Chalmers University of Technology Today s Topics Basic Definitions Path, Cycle, Tree, Connectivity, etc. Graph Traversal Depth First Search Breadth First Search Testing Bipartatiness

More information

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

v V Question: How many edges are there in a graph with 10 vertices each of degree 6? ECS20 Handout Graphs and Trees March 4, 2015 (updated 3/9) Notion of a graph 1. A graph G = (V,E) consists of V, a nonempty set of vertices (or nodes) and E, a set of pairs of elements of V called edges.

More information

soiufi Teacher says Answer: C Distractors: Other answers could be obtained by incorrect application of Prim's algorithm

soiufi Teacher says Answer: C Distractors: Other answers could be obtained by incorrect application of Prim's algorithm soiufi If a tree has 13 vertices then the minimal spanning tree must have 12 edges This can be used to check that we have the correct number of edges Starting with the far left-hand vertex and applying

More information

CHAPTER 10 Graphs. 258 Chapter 10 Graphs

CHAPTER 10 Graphs. 258 Chapter 10 Graphs 258 Chapter 10 Graphs SECTION 10.1 Graphs and Graph Models CHAPTER 10 Graphs 2. a) A simple graph would be the model here, since there are no parallel edges or loops, and the edges are undirected. b) A

More information

Lecture 5: Graphs & their Representation

Lecture 5: Graphs & their Representation Lecture 5: Graphs & their Representation Why Do We Need Graphs Graph Algorithms: Many problems can be formulated as problems on graphs and can be solved with graph algorithms. To learn those graph algorithms,

More information

Graph Theory. Connectivity, Coloring, Matching. Arjun Suresh 1. 1 GATE Overflow

Graph Theory. Connectivity, Coloring, Matching. Arjun Suresh 1. 1 GATE Overflow Graph Theory Connectivity, Coloring, Matching Arjun Suresh 1 1 GATE Overflow GO Classroom, August 2018 Thanks to Subarna/Sukanya Das for wonderful figures Arjun, Suresh (GO) Graph Theory GATE 2019 1 /

More information

Shuli s Math Problem Solving Column

Shuli s Math Problem Solving Column huli s Math Problem olving Column Volume, Issue March, 009 Edited and uthored by huli ong Colorado prings, Colorado shuli_song@yahoo.com Content. Math Trick: Mental Calculation: aa bc. Math Competition

More information

MAT 145: PROBLEM SET 4

MAT 145: PROBLEM SET 4 MAT 145: PROBLEM SET 4 DUE TO FRIDAY FEB 22 Abstract. This problem set corresponds to the sixth week of the Combinatorics Course in the Winter Quarter 2019. It was posted online on Friday Feb 15 and is

More information

Graph Theory: Starting Out

Graph Theory: Starting Out Graph Theory: Starting Out Administrivia To read: Chapter 7, Sections 1-3 (Ensley/Crawley) Problem Set 5 sent out; due Monday 12/8 in class. There will be two review days next week (Wednesday and Friday)

More information

Packet #6: Counting & Graph Theory. Applied Discrete Mathematics

Packet #6: Counting & Graph Theory. Applied Discrete Mathematics Packet #6: Counting & Graph Theory Applied Discrete Mathematics Table of Contents Counting Pages 1-8 Graph Theory Pages 9-16 Exam Study Sheet Page 17 Counting Information I. Product Rule: A B C = A * B

More information

Graphs. The ultimate data structure. graphs 1

Graphs. The ultimate data structure. graphs 1 Graphs The ultimate data structure graphs 1 Definition of graph Non-linear data structure consisting of nodes & links between them (like trees in this sense) Unlike trees, graph nodes may be completely

More information

The Travelling Salesman Problem

The Travelling Salesman Problem The Travelling Salesman Problem The travelling salesman problem cannot be solved directly without vast amounts of processing power, since every possible Hamiltonian cycle would need to be measured. For

More information

Chapter 4. Relations & Graphs. 4.1 Relations. Exercises For each of the relations specified below:

Chapter 4. Relations & Graphs. 4.1 Relations. Exercises For each of the relations specified below: Chapter 4 Relations & Graphs 4.1 Relations Definition: Let A and B be sets. A relation from A to B is a subset of A B. When we have a relation from A to A we often call it a relation on A. When we have

More information

MAS 341: GRAPH THEORY 2016 EXAM SOLUTIONS

MAS 341: GRAPH THEORY 2016 EXAM SOLUTIONS MAS 341: GRAPH THEORY 2016 EXAM SOLUTIONS 1. Question 1 Part i. There are many Hamiltonian cycles; e.g., ABLKJEDFIHGC. We now show that if we remove vertex D, the result G \ {D} is not hamiltonian. Note

More information

Math 130 Final Exam Study Guide. 1. Voting

Math 130 Final Exam Study Guide. 1. Voting 1 Math 130 Final Exam Study Guide 1. Voting (a) Be able to interpret a top choice ballot, preference ballot and preference schedule (b) Given a preference schedule, be able to: i. find the winner of an

More information

CSE Winter 2015 Quiz 2 Solutions

CSE Winter 2015 Quiz 2 Solutions CSE 101 - Winter 2015 Quiz 2 s January 27, 2015 1. True or False: For any DAG G = (V, E) with at least one vertex v V, there must exist at least one topological ordering. (Answer: True) Fact (from class)

More information

AN ALGORITHM WHICH GENERATES THE HAMILTONIAN CIRCUITS OF A CUBIC PLANAR MAP

AN ALGORITHM WHICH GENERATES THE HAMILTONIAN CIRCUITS OF A CUBIC PLANAR MAP AN ALGORITHM WHICH GENERATES THE HAMILTONIAN CIRCUITS OF A CUBIC PLANAR MAP W. L. PRICE ABSTRACT The paper describes an algorithm which generates those Hamiltonian circuits of a given cubic planar map

More information

Using Euler s Theorem

Using Euler s Theorem Using Euler s Theorem Suppose that a connected, planar graph has 249 vertices and 57 faces. How many edges does it have? A: 106 B: 194 C: 304 D: 306 E: We don t have enough information Using Euler s Theorem

More information

Graphs and networks Mixed exercise

Graphs and networks Mixed exercise Graphs and networks Mixed exercise E.g. 2 a, e and h are isomorphic. b and i are isomorphic. c and g are isomorphic. d and f are isomorphic. 3 a b i ii iii Pearson Education Ltd 208. Copying permitted

More information

Ma/CS 6a Class 8: Eulerian Cycles

Ma/CS 6a Class 8: Eulerian Cycles Ma/CS 6a Class 8: Eulerian Cycles By Adam Sheffer The Bridges of Königsberg Can we travel the city while crossing every bridge exactly once? 1 How Graph Theory was Born Leonhard Euler 1736 Eulerian Cycle

More information

IMO Training 2008: Graph Theory

IMO Training 2008: Graph Theory IMO Training 2008: Graph Theory by: Adrian Tang Email: tang @ math.ucalgary.ca This is a compilation of math problems (with motivation towards the training for the International Mathematical Olympiad)

More information

MEI Conference 2009: D2

MEI Conference 2009: D2 D Networks MEI Conference 009: D Travelling Salesperson Problem 7 A B Route Inspection Problems (Chinese Postman) () A 7 B () 4 () C Identify the odd vertices in the network Consider all the routes joining

More information

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

DS UNIT 4. Matoshri College of Engineering and Research Center Nasik Department of Computer Engineering Discrete Structutre UNIT - IV Sr.No. Question Option A Option B Option C Option D 1 2 3 4 5 6 Class : S.E.Comp Which one of the following is the example of non linear data structure Let A be an adjacency matrix of a graph G. The ij

More information

Math 485, Graph Theory: Homework #3

Math 485, Graph Theory: Homework #3 Math 485, Graph Theory: Homework #3 Stephen G Simpson Due Monday, October 26, 2009 The assignment consists of Exercises 2129, 2135, 2137, 2218, 238, 2310, 2313, 2314, 2315 in the West textbook, plus the

More information

Chapter 4 Review. 1. Write a summary of what you think are the important points of this chapter. 2. Draw a graph for the following task table.

Chapter 4 Review. 1. Write a summary of what you think are the important points of this chapter. 2. Draw a graph for the following task table. hapter Review 1. Write a summary of what you think are the important points of this chapter.. raw a graph for the following task table. Task Time Prerequisites Start 0 None 1 5,, I, inish. a. List the

More information

6.2 Initial Problem. Section 6.2 Network Problems. 6.2 Initial Problem, cont d. Weighted Graphs. Weighted Graphs, cont d. Weighted Graphs, cont d

6.2 Initial Problem. Section 6.2 Network Problems. 6.2 Initial Problem, cont d. Weighted Graphs. Weighted Graphs, cont d. Weighted Graphs, cont d Section 6.2 Network Problems Goals Study weighted graphs Study spanning trees Study minimal spanning trees Use Kruskal s algorithm 6.2 Initial Problem Walkways need to be built between the buildings on

More information

Graphs II: Trailblazing

Graphs II: Trailblazing Graphs II: Trailblazing Paths In an undirected graph, a path of length n from u to v, where n is a positive integer, is a sequence of edges e 1,, e n of the graph such that f(e 1 )={x 0,x 1 }, f(e 2 )={x

More information

Figure 2.1: A bipartite graph.

Figure 2.1: A bipartite graph. Matching problems The dance-class problem. A group of boys and girls, with just as many boys as girls, want to dance together; hence, they have to be matched in couples. Each boy prefers to dance with

More information

Introduction to Engineering Systems, ESD.00. Networks. Lecturers: Professor Joseph Sussman Dr. Afreen Siddiqi TA: Regina Clewlow

Introduction to Engineering Systems, ESD.00. Networks. Lecturers: Professor Joseph Sussman Dr. Afreen Siddiqi TA: Regina Clewlow Introduction to Engineering Systems, ESD.00 Lecture 7 Networks Lecturers: Professor Joseph Sussman Dr. Afreen Siddiqi TA: Regina Clewlow The Bridges of Königsberg The town of Konigsberg in 18 th century

More information

Simple graph Complete graph K 7. Non- connected graph

Simple graph Complete graph K 7. Non- connected graph A graph G consists of a pair (V; E), where V is the set of vertices and E the set of edges. We write V (G) for the vertices of G and E(G) for the edges of G. If no two edges have the same endpoints we

More information

Math 101 Final Exam Study Notes:

Math 101 Final Exam Study Notes: Math 101 Final Exam Study Notes: *Please remember there is a large set of final exam review problems in Doc Sharing (under Course Tools in MLP). Highlighted are what might be considered formulas* I. Graph

More information

The University of Sydney MATH 2009

The University of Sydney MATH 2009 The University of Sydney MTH 009 GRPH THORY Tutorial 10 Solutions 004 1. In a tournament, the score of a vertex is its out-degree, and the score sequence is a list of all the scores in non-decreasing order.

More information

CMSC 380. Graph Terminology and Representation

CMSC 380. Graph Terminology and Representation CMSC 380 Graph Terminology and Representation GRAPH BASICS 2 Basic Graph Definitions n A graph G = (V,E) consists of a finite set of vertices, V, and a finite set of edges, E. n Each edge is a pair (v,w)

More information

CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS

CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 1 UNIT I INTRODUCTION CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 1. Define Graph. A graph G = (V, E) consists

More information