Graph Theory - PowerPoint PPT Presentation

About This Presentation
Title:

Graph Theory

Description:

Title: Graph Theory Last modified by: lhuang Document presentation format: (4:3) Other titles: Arial Lucida Sans Unicode ... – PowerPoint PPT presentation

Number of Views:606
Avg rating:3.0/5.0
Slides: 35
Provided by: edut1550
Category:

less

Transcript and Presenter's Notes

Title: Graph Theory


1
Graph Theory
  • ???? ????? ???
  • 2011.9

2
Textbook
  • G. Agnarsson and R. Greenlaw, Graph Theory
    Modeling, Applications, and Algorithms, Pearson,
    2007.
  • G. Chartrand and O. R. Oellermann, Applied and
    Algorithmic Graph Theory, McGraw-Hill, 1993.

3
Contents
  • Ch1 - Introduction to Graph Theory
  • Ch2 - Basic Concepts in Graph Theory
  • Ch3 - Trees and Forests
  • Ch4 - Spanning Trees
  • Ch5 - Fundamental Properties of Graphs and
    Digraphs
  • Ch6 - Connectivity and Flow
  • Ch7 - Planar Graphs
  • Ch8 - Graph Coloring
  • Ch10 - Independence, Dominance, and
    Matchings
  • Ch12 - Graph Algorithms

4
Chapter 1 Introduction to Graph Theory
5
1.2 Why study graphs?
  • Problem 1.1 The Bridges of Konigsberg

Problem Make a round trip through downtown
Konigsberg, traversing each bridge exactly once.
6
B1
I1
I2
B2
Q ????????,?????????,??????
  • Ans ?????????,???????????,????????,??????????????
    ???
  • ? ????????????????
  • ? ??????? (Chapter 5)

7
  • Problem 1.2 World Wide Web Communities

Complete Bipartite Graph
??????
?????
????
8
  • Problem 1.3 Job Assignments

Jobs
qualified
Applicants
Bipartite Graph
Problem 1.8 Is the company able to meet its
hiring need? If so, provide a possible set of
hires that meet their needs.
Ans No
(Ch10 Matching)
9
  • Problem 1.4 Storing Volatile Chemicals

Problem C1, C2, , C7 ??????????,?????????, (An
edge between Ci and Cj indicates a grave danger
in storing these chemicals in the same
warehouse.) ????????
1
2
4
3
3
Ans 4
1
(Ch8 Graph Coloring)
2
10
1.3 Mathematical Preliminaries
  • Set, element, empty set, subset,
  • union, intersection, disjoint, difference
    (A\B),
  • cardinality (A, ?A???????)
  • symmetric difference of A and BA?B (A\B) ?
    (B\A)
  • power set of S P(S) all subsets of S
  • k-tuple (a1, a2, , ak)
  • Cartesian product of A1, A2, , Ak is A1?A2??Ak
    (a1, a2, , ak) ai ? Ai for each i

11
1.4 The Definition of a Graph
  • A graph or a general graph is an ordered triple
    G (V, E, ?), where1. V ? ?.2. V?E ?.3. ?
    E ? P(V) is a map such that ?(e) ? 1, 2
    for each e?E.
  • Vertex (?) element of V (V????V(G))
  • Edge (?) element of E (E????E(G))
  • ? edgemap
  • ?(e) endvertices (???) of the edge e
  • (Note V and E can be
    infinite.)

12
Example
G(V, E, ?) Vu1, u2, u3, u4, u5 Ee1, e2, e3,
e4, e5, e6
?(e1)u1, u2 ?(e2)?(e3)u1, u3 ?(e4)u2,
u3 ?(e5)u3, u4 ?(e6)u4
u5 is called isolated.
13
  • u, v vertices of a graph G
  • u is called an endvertex (??) of e.
  • u and v are adjacent (or neighbors)
  • u and e are incident. (adjacent???????,???????,
    incident???????)
  • loop

14
1.5 Examples of Common Graphs
  • Simple graph a graph having no multiple edges or
    any loop. ? can be omitted ? G(V, E)

15
(No Transcript)
16
(No Transcript)
17
(No Transcript)
18
(No Transcript)
19
Exercise 11, 12
20
1.6 Degrees and Regular Graphs
21
f u or
hbors
is the
Exercise 17
22
pf. ???degree???,?????????,
??degree???????????
degree sum 12E(G) 6
23
(degree?????,???????)
pf. If the number of vertices with odd degree is
odd, then the degree sum must be odd. ??
The null graph Nn is 0-regular. The cycle Cn is
2-regular. The complete graph Kn is
(n-1)-regular. The complete (m,n)-bipartite graph
Km,n is a regular graph if and only if
mn. Every k-regular graph on n vertices has kn/2
edges.
Exercise 13
24








(No Transcript)
25
1.7 Subgraphs
is a subgraph of G if
We write G ?G.
26
If Ww1, w2, , wm, we write Gw1, w2, , wm
instead of Gw1, w2, , wm.
27
Exercise 14, 15, 19
28
1.8 The Definition of a Directed Graph
(h??eta)
29
G (V, E, h)
V u1, u2, u3, u4, u5
E e1, e2, e3, e4, e5, e6
30
(???????????,??????)
31
Simple digraph a digraph without directed loops
and parallel directed edges.
32
1.9 Indegrees and Outdegrees in a Digraph
33
and the
N -(u3) u1, u2
N (u3) u1, u4
34
( ???indegree?? outdegree?? ?? )
A directed cycle is balanced and regular.
Exercise ??Draw a nonregular balanced
digraph of 5 vertices. 26
Write a Comment
User Comments (0)
About PowerShow.com