1 / 27

Tutorial 5 of CSCI2110 Eulerian Path & Hamiltonian Cycle

Tutorial 5 of CSCI2110 Eulerian Path & Hamiltonian Cycle. Tutor: Zhou Hong ( 周宏 ) hzhou@cse.cuhk.edu.hk. About Me. Name: Zhou Hong ( 周宏 ) Office: SHB117 Office Hour: Friday 10:00 am – 12:00 noon or by appointment Topics Responsibility: Graph Theory. Outline. Eulerian Path

torie
Download Presentation

Tutorial 5 of CSCI2110 Eulerian Path & Hamiltonian Cycle

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tutorial 5 of CSCI2110Eulerian Path & Hamiltonian Cycle Tutor: Zhou Hong (周宏) hzhou@cse.cuhk.edu.hk

  2. About Me • Name: Zhou Hong (周宏) • Office: SHB117 • Office Hour: Friday 10:00 am – 12:00 noon or by appointment • Topics Responsibility: Graph Theory

  3. Outline • Eulerian Path • Hamiltonian Cycle • Stable Matching

  4. Eulerian Path & Eulerian Cycle Eulerian Path: a paththat visits every edge exactly once Eulerian Cycle: a cyclethat visits every edge exactly once

  5. Exercise: T/F Questions • A Simple Path is a Path • A Simple Cycle is a Cycle • A Simple Cycle is a Simple Path • A Path is a Cycle • A EulerianCycle is a Eulerian Path

  6. Eulerian Cycle Euler’s theorem: A connected graph has an Eulerian cycle if and only if every vertex is of even degree. Necessary Condition for Eulerian Cycle: If a connected graph G has an Euleriancycle, then every vertex in G is of even degree. Example: An Eulerian Cycle: Check that every vertex is of even degree

  7. EulerianCycle Euler’s theorem: A connected graph has an Eulerian cycle if and only if every vertex is of even degree. • Proof (Eulerian Cycle Even Degrees): • Let G be a connected graph with an Eulerian cycle C, v be arbitrary vertex in G. • Every occurrence of v in the Eulerian cycle C will account two edges adjacent to v. • Since C use every edge of G exactly once, degree of v must be even.

  8. EulerianPath Euler’s theorem: A connected graph has an Eulerian path (but not cycle) if and only if there are two vertices with odd degrees. Necessary Condition for Eulerian Path: If a connected graph G has an Eulerianpath (but not cycle), then exactly two vertices in G are of odd degrees. Example: An Eulerian Path: Check that only are of odd degrees.

  9. EulerianPath Euler’s theorem: A connected graph has an Eulerian path (but not cycle) if and only if there are two vertices with odd degrees. • Proof (Eulerian Path Two vertices of Odd Degrees): • Let G be a connected graph with an Eulerianpath P. • Every intermediate occurrence of a vertex v in the Eulerianpath P will account two edges adjacent to v. • If a vertex v occurs as starting or ending point of P, then only one edge is associated with v. • Since P use every edge of G exactly once, starting and ending vertices of P are of odd degrees, all the other vertices have even degrees.

  10. EulerianPath Euler’s theorem: A connected graph has an Eulerian path (but not cycle) if and only if there are two vertices with odd degrees. Sufficient Condition for Eulerian Path: In a connected graph G, if there are exactly two vertices have odd degrees, then G has an Eulerian Path (but not cycle). Exercise: Prove the above Sufficient Condition. (Hint: reduce to Eulerian Cycle)

  11. EulerianPath • Proof of Sufficient Condition: • Let the two odd degree vertices in G be u,v. • Add an edge e between u,v to form a new connectedgraph G’. • Now, every vertex in G’ has even degree. • We have reduced to Eulerian cycle problem, therefore, G’ has an Eulerian cycle. • Remove e from the cycle, we get a Eulerian path of G. (u,v are starting and ending points of the path) G G’ v u

  12. Hamiltonian Path & Hamiltonian Cycle Hamiltonian Path: a paththat visits every vertexexactly once. Hamiltonian Cycle: a cyclethat visits every vertexexactly once (except for the vertex that is both the start and end). A Hamiltonian Cycle in a dodecahedron

  13. Hamiltonian Path in Homework 3 Semi-Complete DirectedGraph G=(V,A): u,v V, either (u,v) A or (v,u) A (but not both) Tips: the following example is similar to Q3 of HW3, but not the same.

  14. Hamiltonian Cycle in Undirected Graph Consider the following statement: If a graph G has n 3 vertices and degree of each vertex is at least n/2, then G has a Hamiltonian Cycle. Do we need to specify that G is connected? NO Exercise: Prove that minimum degree of G is at least n/2 implies G is connected Key Observation: Any pair of vertices share at least one common neighbor.

  15. Proof Idea • Start with a longest simple path P=v1v2...vk. • We can find a simple cycle C among v1 to vkin graph G. • If k < n, since G is connected, there must exists a vertex adjacent to some vertex in the cycle C. • Which implies we can get a longer simple path through C. P … v v4 v3 vk-2 v2 vk-1 v1 vk

  16. Find a Simple Cycle Now, what we need to do is just finding a cycle among v1 to vk. But how? If there exists a pair of vertices vi and vi+1, such that vi+1is adjacent to v1and viis adjacent to vk, then we can find a cycle C = vi+1vi+2…vkvivi-1…v2v1vi+1. P … vi+1 vi vk-2 v2 vk-1 v1 vk

  17. Existence of Such Vertex Pair vi and vi+1 • Since P is the longest simple path in G, all neighbors of v1 and vk must be in P, otherwise P can be extended. • Proof by contradiction, suppose no desired pair of vertices exists. • All vertices before (in P) neighbors of v1 are not adjacent to vk • This implies there are deg(v1) n/2 vertices in P are not adjacent to vertex vk. Together with vertices adjacent to vk ( n/2) and vk itself, there are at least n+1 vertices in P, contradiction. P … v4 v3 vk-2 v2 vk-1 v1 vk

  18. Stable Matching

  19. The Marrying Procedure Morning: boys propose to their favorite girl on list. If a boy has an empty list already, he stays home and does his CSC2110 homework. Afternoon: girls accept their favorite suitor and reject the rest (possibly breaking up with her current boyfriend) Evening: boys who got rejected write off the top girl from their lists This procedure is then repeated until all boys propose to a different girl

  20. Boys Optimal & Girls Pessimal Algorithm All boys get the best partner simultaneously! All girls get the worst partner simultaneously! That is, among all possible stable matching, boys get the best possible partners simultaneously. YES! Can a girl do better by lying?

  21. Girls with True Preference (Day 1) Girls Boys 1:ABC A:213 2:BAC B:123 3:CBA C:231

  22. Girls with True Preference (Day 2) OKAY, marriage day! Girls Boys 1:ABC A:213 2:BAC B:123 Girl 2 gets her second best choice 3:CBA C:231

  23. Girl 2 Tells a Lie (Day 1) Girls Boys 1:ABC A:213 2:BCA B:123 3:CBA C:231

  24. Girl 2 Tells a Lie (Day 2) Girls Boys 1:ABC A:213 2:BCA B:123 3:CBA C:231

  25. Girl 2 Tells a Lie (Day 3) Girls Boys 1:ABC A:213 2:BCA B:123 3:CBA C:231

  26. Girl 2 Tells a Lie (Day 4) OKAY, marriage day! Girls Boys 1:ABC A:213 2:BCA B:123 Girl 2 gets her bestchoice 3:CBA C:231

  27. Thank You! Q & A ?

More Related