Graph Theory Homework Summer 2018

Similar documents
Math 61 : Discrete Structures Final Exam Instructor: Ciprian Manolescu. You have 180 minutes.

Paths. Connectivity. Euler and Hamilton Paths. Planar graphs.

b. How many ternary words of length 23 with eight 0 s, nine 1 s and six 2 s?

Graphs. Graphs. Graphs: Basic Terminology. Directed Graphs. Dr Papalaskari 1

Graphs. CSC 1300 Discrete Structures Villanova University. Villanova CSC Dr Papalaskari

Planar Upward Drawings

V={A,B,C,D,E} E={ (A,D),(A,E),(B,D), (B,E),(C,D),(C,E)}

V={A,B,C,D,E} E={ (A,D),(A,E),(B,D), (B,E),(C,D),(C,E)}

An undirected graph G = (V, E) V a set of vertices E a set of unordered edges (v,w) where v, w in V

Exam 1 Solution. CS 542 Advanced Data Structures and Algorithms 2/14/2013

CSE 373. Graphs 1: Concepts, Depth/Breadth-First Search reading: Weiss Ch. 9. slides created by Marty Stepp

CSE 373: More on graphs; DFS and BFS. Michael Lee Wednesday, Feb 14, 2018

Graph Isomorphism. Graphs - II. Cayley s Formula. Planar Graphs. Outline. Is K 5 planar? The number of labeled trees on n nodes is n n-2

QUESTIONS BEGIN HERE!

CSC Design and Analysis of Algorithms. Example: Change-Making Problem

CS 241 Analysis of Algorithms

12/3/12. Outline. Part 10. Graphs. Circuits. Euler paths/circuits. Euler s bridge problem (Bridges of Konigsberg Problem)

5/9/13. Part 10. Graphs. Outline. Circuits. Introduction Terminology Implementing Graphs

0.1. Exercise 1: the distances between four points in a graph

CSI35 Chapter 11 Review

1 Introduction to Modulo 7 Arithmetic

MAT3707. Tutorial letter 201/1/2017 DISCRETE MATHEMATICS: COMBINATORICS. Semester 1. Department of Mathematical Sciences MAT3707/201/1/2017

CS61B Lecture #33. Administrivia: Autograder will run this evening. Today s Readings: Graph Structures: DSIJ, Chapter 12

Announcements. Not graphs. These are Graphs. Applications of Graphs. Graph Definitions. Graphs & Graph Algorithms. A6 released today: Risk

Solutions for HW11. Exercise 34. (a) Use the recurrence relation t(g) = t(g e) + t(g/e) to count the number of spanning trees of v 1

Problem solving by search

Constructive Geometric Constraint Solving

Self-Adjusting Top Trees

CSE 373: AVL trees. Warmup: Warmup. Interlude: Exploring the balance invariant. AVL Trees: Invariants. AVL tree invariants review

ECE COMBINATIONAL BUILDING BLOCKS - INVEST 13 DECODERS AND ENCODERS

Using the Printable Sticker Function. Using the Edit Screen. Computer. Tablet. ScanNCutCanvas

CS200: Graphs. Graphs. Directed Graphs. Graphs/Networks Around Us. What can this represent? Sometimes we want to represent directionality:

COMPLEXITY OF COUNTING PLANAR TILINGS BY TWO BARS

Nefertiti. Echoes of. Regal components evoke visions of the past MULTIPLE STITCHES. designed by Helena Tang-Lim

, each of which is a tree, and whose roots r 1. , respectively, are children of r. Data Structures & File Management

12. Traffic engineering

(2) If we multiplied a row of B by λ, then the value is also multiplied by λ(here lambda could be 0). namely

QUESTIONS BEGIN HERE!

CS 461, Lecture 17. Today s Outline. Example Run

The University of Sydney MATH2969/2069. Graph Theory Tutorial 5 (Week 12) Solutions 2008

Outline. Circuits. Euler paths/circuits 4/25/12. Part 10. Graphs. Euler s bridge problem (Bridges of Konigsberg Problem)

Present state Next state Q + M N

COMP108 Algorithmic Foundations

1. Determine whether or not the following binary relations are equivalence relations. Be sure to justify your answers.

Outline. 1 Introduction. 2 Min-Cost Spanning Trees. 4 Example

Section 10.4 Connectivity (up to paths and isomorphism, not including)

Outline. Binary Tree

Why the Junction Tree Algorithm? The Junction Tree Algorithm. Clique Potential Representation. Overview. Chris Williams 1.

a b c cat CAT A B C Aa Bb Cc cat cat Lesson 1 (Part 1) Verbal lesson: Capital Letters Make The Same Sound Lesson 1 (Part 1) continued...

learning objectives learn what graphs are in mathematical terms learn how to represent graphs in computers learn about typical graph algorithms

Module graph.py. 1 Introduction. 2 Graph basics. 3 Module graph.py. 3.1 Objects. CS 231 Naomi Nishimura

Similarity Search. The Binary Branch Distance. Nikolaus Augsten.

Cycles and Simple Cycles. Paths and Simple Paths. Trees. Problem: There is No Completely Standard Terminology!

Solutions for HW9. Bipartite: put the red vertices in V 1 and the black in V 2. Not bipartite!

CS September 2018

Announcements. These are Graphs. This is not a Graph. Graph Definitions. Applications of Graphs. Graphs & Graph Algorithms

EE1000 Project 4 Digital Volt Meter

Algorithmic and NP-Completeness Aspects of a Total Lict Domination Number of a Graph

# 1 ' 10 ' 100. Decimal point = 4 hundred. = 6 tens (or sixty) = 5 ones (or five) = 2 tenths. = 7 hundredths.

S i m p l i f y i n g A l g e b r a SIMPLIFYING ALGEBRA.

ECE 407 Computer Aided Design for Electronic Systems. Circuit Modeling and Basic Graph Concepts/Algorithms. Instructor: Maria K. Michael.

Mathcad Lecture #4 In-class Worksheet Vectors and Matrices 1 (Basics)

Numbering Boundary Nodes

Section 3: Antiderivatives of Formulas

A Simple Code Generator. Code generation Algorithm. Register and Address Descriptors. Example 3/31/2008. Code Generation

Grade 7/8 Math Circles March 4/5, Graph Theory I- Solutions

EXAMPLE 87.5" APPROVAL SHEET APPROVED BY /150HP DUAL VFD CONTROL ASSEMBLY CUSTOMER NAME: CAL POLY SLO FINISH: F 20

ME 522 PRINCIPLES OF ROBOTICS. FIRST MIDTERM EXAMINATION April 19, M. Kemal Özgören

b.) v d =? Example 2 l = 50 m, D = 1.0 mm, E = 6 V, " = 1.72 #10 $8 % & m, and r = 0.5 % a.) R =? c.) V ab =? a.) R eq =?

Counting Paths Between Vertices. Isomorphism of Graphs. Isomorphism of Graphs. Isomorphism of Graphs. Isomorphism of Graphs. Isomorphism of Graphs

Outline. Computer Science 331. Computation of Min-Cost Spanning Trees. Costs of Spanning Trees in Weighted Graphs

Solutions to Homework 5

CSE303 - Introduction to the Theory of Computing Sample Solutions for Exercises on Finite Automata

Trees as operads. Lecture A formalism of trees

(a) v 1. v a. v i. v s. (b)

XML and Databases. Outline. Recall: Top-Down Evaluation of Simple Paths. Recall: Top-Down Evaluation of Simple Paths. Sebastian Maneth NICTA and UNSW

NP-Completeness. CS3230 (Algorithm) Traveling Salesperson Problem. What s the Big Deal? Given a Problem. What s the Big Deal? What s the Big Deal?

Multipoint Alternate Marking method for passive and hybrid performance monitoring

5/7/13. Part 10. Graphs. Theorem Theorem Graphs Describing Precedence. Outline. Theorem 10-1: The Handshaking Theorem

Walk Like a Mathematician Learning Task:

Connectivity in Graphs. CS311H: Discrete Mathematics. Graph Theory II. Example. Paths. Connectedness. Example

GREEDY TECHNIQUE. Greedy method vs. Dynamic programming method:

Case Study VI Answers PHA 5127 Fall 2006

Integration Continued. Integration by Parts Solving Definite Integrals: Area Under a Curve Improper Integrals

Chapter 18. Minimum Spanning Trees Minimum Spanning Trees. a d. a d. a d. f c

Jonathan Turner Exam 2-10/28/03

Complete Solutions for MATH 3012 Quiz 2, October 25, 2011, WTT

CEDAR ISLAND / KEATON BEACH TAYLOR COUNTY, FLORIDA POST-HURRICANE HERMINE EXAMINATION SURVEY FY16 4-FOOT PROJECT

DUET WITH DIAMONDS COLOR SHIFTING BRACELET By Leslie Rogalski

RAM Model. I/O Model. Real Machine Example: Nehalem : Algorithms in the Real World 4/9/13

CIT 596 Theory of Computation 1. Graphs and Digraphs

More Foundations. Undirected Graphs. Degree. A Theorem. Graphs, Products, & Relations

Decimals DECIMALS.

Research Article On the Genus of the Zero-Divisor Graph of Z n

BASIC CAGE DETAILS SHOWN 3D MODEL: PSM ASY INNER WALL TABS ARE COINED OVER BASE AND COVER FOR RIGIDITY SPRING FINGERS CLOSED TOP

Data Structures LECTURE 10. Huffman coding. Example. Coding: problem definition

Seven-Segment Display Driver

Greedy Algorithms, Activity Selection, Minimum Spanning Trees Scribes: Logan Short (2015), Virginia Date: May 18, 2016

Lecture 20: Minimum Spanning Trees (CLRS 23)

Designing A Concrete Arch Bridge

Transcription:

Grph Thor Homwork Smmr 20 Bs on Gross n Ylln 2th Eition Jl 2, 20 Contnts Homwork 0 2 2 Homwork 02 Homwork 0 Homwork 0 Homwork 0 Homwork 0 Homwork 0 Homwork 0 9 Homwork 09 0 Homwork 0 9 Homwork 0 2 Homwork 2 Tst 2 Homwork 2 Homwork Homwork Homwork Homwork 9 Projt 20 Homwork 2 Homwork 9

22 Homwork 20 2 Homwork 2 9 2 Homwork 22 20 2 Tst 2 20 Ths r prolms will oth il n t th n o lsss. This PDF il ws rt on Jl 2, 20. Homwork 0 Stion 2. Iso s 2.., 2.., 2.. n 2.. n ol qiz rom Smmr 0: https://www.mth.s./~llnot/lss/s09/grph/olq.p 2.. Fin ll possil isomorphisms tps o th gin kin o simpl grph: A -rtx tr. 2.. Fin ll possil isomorphisms tps o th gin kin o simpl igrph: A simpl -rtx igrph with xtl or rs. 2.. Fin rtx-ijtion tht spiis n isomorphism twn th two grphs: s z q x w r t 2.. Fin rtx-ijtion tht spiis n isomorphism twn th two igrphs: s z x w r t olq. List ll possil isomorphism tps o trs with gs rll so tht no two trs in or list r isomorphi. olq.2 For th pir o grphs low, i i th r isomorphi or not. I th r isomorphi, thn gi n isomorphism. I th r not isomorphi, thn xplin wh th r not isomorphi. M S T R N X Q P 0 W V U 2

2 Homwork 02 Stion 2. Iso s: 2.., 2.., 2.., 2..2 2.. Explin wh th grphs r not isomorphi. 2.. Isomorphi? pro isomorphism. Non-isomorphi? Explin. 2 2.. Isomorphi? pro isomorphism. Non-isomorphi? xplin 2 g i 9 0 h j 2..2 Isomorphi? pro isomorphism. Non-isomorphi? xplin wh not. 2

Homwork 0 Stion 2. Mtrix: 2..2, 2.., 2.., 2.. 2..2 Fin th jn mtrix, A G, th inint mtrix I G n th tl I V,E (G) For G low: j g h i w x 2.. Drw th grph with th jn mtrix A. Th rtis r in th orr,,, 0 A = 0 0 0 0 0 2.. Drw th igrph with th jn mtrix A. Th rtis r in th orr,,, 0 A = 0 0 0 0 0 0 2.. For th grph with th jn mtrix A. (Th rtis r in th orr,,, ) 2 A = 0 0 0 0 0 Drw th grph G n ompt A 2 n show A 2 [, ] is th nmr o pths o lngth two in G rom to itsl. Show A 2 [, ] os th sm or pths o lngth two rom to. Homwork 0 Stions. n. Dgrs:.. (hint pg 22),..,..2,.... Formlt th prsonnl-ssignmnt prolm [Applition..] s mximm low prolm (Hint: n rtiiil sor n sink to th iprtit grph) (Hint pg 22).. A 20-rtx grph hs 2-gs. Er rtx hs gr or. How mn rtis h gr?..2 Eithr rw -rglr -rtix grph or pro tht non xits... Pro tht no -rtx -g simpl grph hs imtr grtr thn 2.

Homwork 0 Stion.- Trs :..,.2.2,.2.,..2.. Eithr rw th sir grph or xplin wh no sh grph xists: A 9 rtx, 2-omponnt, simpl grph with xtl 0 gs n 2 ls..2.2 Drw ll root tr tps with rtis. How mn irnt grph isomorphism tps o th rprsnt?.2. Drw ll possil inr trs o hight whos intrnl rtis h xtl 2 hilrn. Grop ths into lsss o isomorphi root trs...2 Gi ll-orr, prorr, inorr n postorr trnrsls o th inr tr low: 2 9 0 Homwork 0 Stion.- Trs 2:..,..0,..,..2.. Rprsnt th gin rithmti xprssion n xprssion tr. Thn gi th prix n postix nottions (( ( + ) (g ))/( + )) ((g + ) h)..0 Gi n xmpl o two -rtx inr trs whos ll-orr n pr-orr r,,, t whos post-orr is not... Using th srh tr low, o th oprtion thn rw th srh tr. Insrt 0, lt 20, insrt. 20 9 2 2 2 2 2..2 How mn irnt insrtion sqns o th ks,, 9, 9,, 9 r thr tht rslt in ln srh tr?

Homwork 0 Stion.- Trs :..2,..,..,..2 n ol qiz 2 rom Smmr 0: https://www.mth.s./~llnot/lss/s09/grph/q2.p..2 Do 00000000 sing 0 0 0 0 0 g 0.. Constrt Hmn tr or th gin list o smols n wights. Cllt its rg wight lngth n no th wors: n ggg. Us lt-to-right orring to rk tis. lttr g h rqn 0. 0. 0.2 0. 0. 0. 0.0 0.0.. Insrt 0, insrt, lt 2 into th priorit tr. 2 2 2 Drw th tr tr r oprtion...2 Drw th priorit tr or th gin sqn or xplin wh it is not priorit tr: 0, 20, 2,,, 2,,,,,.

olq2. For th xprssion tr + / 9 9. List th rtis in ll orr 2. List th rtis in prorr. List th rtis in inrorr. List th rtis in postorr. Compt n simpli th omplx nmr gin th tr. olq2.2 Th omplt inr tr o hight 2 hs rtis.. How mn insrtions sqns (prmttions) o, 2,,,,, whn insrt into n initill mpt Priorit tr rslt in omplt inr tr? 2. How mn insrtion sqns (prmtions) o, 2,,,,, whn insrt into n initill mpt BST (Binr Srh Tr) rslt in omplt inr tr? Homwork 0 Stion. n.9 Trs...2,..,.9.,.9.2..2 Eno th ll tr low s Prür sqn 2.. Constrt th ll tr with Prür sqn {2,,,,, }.9. Drw r tr T sh tht th g omplmnt T is tr..9.2 Wht r th minimm n mximm inpnn nmrs o n n-rtx tr?

9 Homwork 09 Spnning Trs:.2.,.2.,..,.. n th onlin ssignmnts rom (with sr or si n psswor or mpi:) https://mois.mth.s.:00/mplt/login/login.o.2. Strt rom rtx, o pth-irst srh sing Algorithm.2. inling th s nmrs. First s lxiogrphil orr s th lt priorit, thn rpt sing rrs lxiogrphil orr. Us th grph low. w o x m r i s l j n z p k g t h.2. Strt rom rtx, o rth-irst srh sing Algorithm.2.2 inling th isor nmrs. First s lxiogrphil orr s th lt priorit, thn rpt sing rrs lxiogrphil orr. Us th grph o... Appl Prim s Algorithm to th wight grph low to strting with th rtx s n rsoling tis lik in Exmpl.., lxiogrphi orr irst non-tr rtx, thn tr rtx. Drw th rslting tr n gi th totl wight. s 9 2 0 g 9 0 h.. Appl Dijkstr s Algorithm to th wight grph o to strting with th rtx s n rsoling tis lik in Exmpl.., lxiogrphi orr irst non-tr rtx, thn tr rtx. Drw th rslting tr n gi th totl wight.

0 Homwork 0 DFS pplitions:..,.., Fin th loks n t rtis o th grph in..,..9.. Gi th DFS nmr n th low nmr or h rtx or pth-irst srh o th grph low, strting rom rtx. Us lphtil orr s th lt priorit. Vri non-root rtx is t-rtx, i n onl i, hs hil w so tht low(w) snmr(). h g i.. Th sm grph o strting rom rtx Bloks n Ct rtis Fin th loks n t-rtis o th grph in [..]..9 A onnt simpl grph G with mor thn 2 rtis with mimimm gr δ thn G ontins l o lngth grtr thn δ. Show this is not tr or non-simpl grphs. 9

Homwork Elrin Trls:..,..,..2,.. n th onlin ssignmnts with sr o si n psswor or mpi: https://mois.mth.s.:00/mplt/login/login.o http://mois.mth.s.:00/mplt/login/login.o.. Whih whls W n r Elrin... Appl Algorithm,.. to in n Elrin tor in th grph low 0 m r q t l g h p i j n k..2 Us th moii Algorihm.. rom Exris..0 to ontrt n opn Elrin tril in grph low. g h i j m k.. Us n pproprit moiition o Algorithm.. to in n Elrin tor in th igrph low i m j g h k 0

2 Homwork 2 Stion.2 Elrin Applitions:.2.2,.2,,.2,2,.2.2 n prolms n on tst rom Smmr 0 https://www.mth.s./~llnot/lss/s0/grph/tst.p.2.2 Drw th (2, )-Brijn igrph n s it to onstrt two irnt (2, )-Brijn sqns..2. Whih rtis o th Brijn igrphs h sl-loops. Jsti or nswr..2.2 Us Algorithm.2.2 to in minimm-wight postmn tor or th wight grph low 2 0.2.2 Us th mthos o Applition.2. to in n RNA hin whos G n UC rgmnts r s gin G rgmnts: CCG, G, UCCG, AAAG. UC rgmnts: GGAAAG, GU, C, C, C, C. tst. How mn gs? os th simpl grph G h i. Compt th nmr. () G hs 0 rtis n ll o gr. () G is li, hs omponnts n 0 rtis () G is omplt inr tr with hight. 2. Compt th nmr n rw grph, i G hs rtis n r rtx hs gr or (Gi ll possiilitis.) tst. Tr or Fls.. Er wlk is tril. 2. I G is onnt n E = V, thn it hs l g so tht G is tr.. An li simpl grph hs E V onnt omponnts.. For n, K n is Elrin n is o.. Er onnt simpl grph with t g hs t rtx.. A simpl grph G with 0 gs n 20 rtis n h (G).. I n 2 n m 2, th grph K n,m hs m + n rtis, mn gs, imtr 2 n no t gs.. A onnt grph with gr sqn ( 2 2 2 ) is tr. 9. For h h thr is inr tr o hight h so tht or h non-l rtx, th hight o th lt str o is on pls th hight o th right str o. (Cont mpt strs s hing hight.) 0. Thr r isomorphism tps o 2-r -rtx simpl (loop r) igrphs.

Tst No homwork. Homwork Cl Sp:..2..2,..,.....2 Consir th tr T with gs {,, g, } in th grph G low. Fin th nmntl sstm o ls ssoit with T. Fin th nmntl sstm o gs-t ssoit with T. w g x z..2 Fin th non-nll lmnts o th l sp W C (G) or th grph G low. Fin th non-nll lmnts o th g-t sp W S (G). x z g w.. Rpt or th grph low: x z w.. Show th olltion {{,, }, {,,, g}, {,, h}} o g ssts o E G orms sis or th l sp W C (G) or th grph G low. Fin irnt sis hoosing som spnning tr n sing th ssoit nmntl sstm o ls. h g 2

Homwork Conntiit:..,..,..,..... Eithr rw th grph or show no sh grph xits: A onnt grph with rtis n 0 gs n no t-rtis.. Eithr rw th grph or show no sh grph xits: A -onnt grph with xtl on rig... Dtrmin th rtx n g onntiit o th grph low.. Gi n xmpl o grph G with Homwork Dlit:..2,..,..2,... κ ν (G) < κ (G) = δ(g)..2 Fin th nmr o intrnll ijoint -pths n s th Crtiit o OPtimlit to jsti or nswr in th grph low: t w x s z.. Fin th nmr o intrnll ijoint -pths n s th Crtiit o OPtimlit to jsti or nswr in th grph o:..2 Inti th loks n rw th lok grph or th grph low: t w x s z.. Fin two non-isomorphi onnt grphs with six rtiw, six gs n thr loks.

Homwork HAM:..,..[,] (oth n onts s on prolm)..[,] (two s on) Gr o o orr... Whih n-rtx whl grphs, W n r Hmiltonin.. n Drw th grph or pro non xists: An -rtx simpl grph with mor thn gs tht is oth Elrin n Hmiltonin. An -rtx simpl grph with mor thn gs tht is Elrin t not Hmiltonin... n Eithr onstrt Hmiltionin l or pro non xists. g x w.. g i h.. Gr o o orr Constrt th Gr o o orr.

Homwork TSP: Appl Algorihtms..2 n.. to th grph o prolms.. n..... Appl Algorithm..2 to th grph low with ost mtrix A A = 0 9 0 0 0 2 0 2 0 9 0 0.. Appl Algorithm..2 to th grph o with th ost mtrix A = 0 9 0 2 0 9 0 2 2 0 2 0.. to.. Appl Algorithm.. to th grph o..... to.. Appl Algorithm.. to th grph o... 9 Projt No xtr homwork.

20 Homwork Forin Grphs, Elr n Dlit:..,..,..9-o..-o... Fin Krtowski sgrph in.. Fin Krtowski sgrph in..9-o Show V E + F = 2 hols or oth grphs low..-o Eithr rw pln grph tht mts th sription or show non xists A iprtit simpl grph with rtis n gs. A simpl plnr grph with rtis n gs.

2 Homwork 9 Strt o igrphs. Critil pth: 2..2, 2.., 2.. 2..2 Appl CPM to trmin th rlist strting tim o h tsk, th rlist ompltion tim o th ntir projt n th ritil tsks. Tsk g h Drtion 0 Prssors - -,,,g 2.. A stnt mst omplt 0 orss low or h or sh n grt in ppli mthmtis. Th orss n thir prrqisits r list in th ollowing tl. Appl CPM to trmin th minimm nmr o smstrs n to grt. Cors C = Clls C2 = Clls 2 DM = Disrt Mth C = Clls A = Algorithms GT = Grph Thor DE = Dirntil Eqtions S = Sttistis P = Proilit LA = Linr Algr Prrqisits Non C C C2 C,DM DM C2 C C2,DM DM,C 2.. Drw ll th isomorphisms tps o simpl igrphs with rtis n rs.

22 Homwork 20 Ntworks :..,..,..0,.,2.. Vi tril n rror n th Crtiit o Optimlit to in mximl low n minimm t. w 0 z t s 0 x.. Fin ll s-t ts n inti ll minimm ons. x s z 2 t..0 Trnsorm into singl sor n sink ntwork n sol. Us th Crtiit o Optimlit to onirm. 9 x s s 2 0 9 z 2 w t t 2..2 Fin mximl low n miniml t in th ntwork low tr trnsorming th ntwork to on whos pitis r intgrs. Us th Crtiit o Optimlit to onirm. /2 w 2/ 2 z /2 /2 t s / / 2/ /2 x / /2

2 Homwork 2 Ntworks 2:.2.2,.2.,.2.,.2. (s ntwork low prolm).2.2 Us th Mximm Flow Algorithm to in mximm low n miniml t in th ntwork low: s 2 2 x z w 2 t.2. Us th Mximm Flow Algorithm to in mximm low n miniml t in th ntwork low: s 20 r 0 9 0 x z 2 9 w.2. A ompn mintins thr wrhoss X, Y n Z, n thr stors A, B n C. Th wrhoss h rsptil 00, 00, n 900 mowrs in stok. Thr is n immit mn rom th stors or 00, 00 n 00 mowrs rptil.in th grph mol low, th r pitis rprsnt ppr ons on th nmr o mowrs tht n shipp in singl on tht trnk rot sgmnt. Th immit nos m rgr s trnsshipmnt points, whr trks r hk, rl, mintin t. Cn ll th mn mt? I not, how los n th ompn om to stising th mn? Z w A Y X z B C.2. Th Johnson, Pt, Shrg-Srs n Wr milis r going to th Wintr Prk Siwlk Art Fstil. For rs r ill to trnsport th milis to th show. Th rs n rr th ollowing nmrs o popl: r, or; r 2, thr; r thr; n r, or. Thr r or popl in h mil, n no r n rr mor thn two popl rom n mil. Formlt th prolm o trnsporting th mximm possil nmr o popl to th stil s mximm low prolm. 20 t 9

2 Homwork 22 Ntworks :..2,..0,..,.. n th tr ls prolms rom Smmr 09: https://www.mth.s./~llnot/lss/s09/grph/trls.p..2 Fin th lol g-onntiit twn th pir o soli rtis low ining th mxmimm low in n pproprit ntwork...0 Fin th lol rtx-onntiit twn th pir o soli rtis o ining th mxmimm low in n pproprit ntwork... Fin mximim mthing n minimm rtx or or 2 9 0.. Sppos tht thr r n workrs n n jos to prorm. Eh workr is qlii to prorm xtl k jos, k, n h jo n ssign xtl k workrs. Pro tht h jo n ssign to irnt workr who is qlii or tht jo. TFSm09 Tr or Fls n short rson. Th whl grph W n is sl l. 2. Th ohron hs 2 s, 0 gs n 20 rtis.. Th Ptrsn grph ontins sgrph homomorphi to K.. I th onnt grph G hs E = V + thn th l sp W C (G) hs non-nll tors.. A ntwork with niq mximm low, hs niq minimm t.. I n, m 2 n n + m thn K n,m is non-plnr.. For ll omplt iprtit grphs κ (K n,m ) = δ min (K n,m ). Eh mximl mthing is mximm mthing. 9. For simpl grph G, th minimm nmr o rtis in rtx or o G n stritl iggr thn th mximm nmr o gs in mthing o G. 0. Thr r isomorphism tps o loop-r simpl igrphs with rtis n rs. 2 Tst 2 No homwork. 20