Ch18 Student
Ch18 Student
18.1 Digraphs
18.1.1 In the adjacency list for a digraph we place y in column x whenever
(x, y) is an arc. Sketch the digraph whose adjacency list is
a b c d e f
d a b b f a
e c
e
Find a directed path from c to f , and a directed cycle starting and ending at d.
Solution
a b
path: c, b, a, d, e, f
cycle: d e f a d
f c
e d
169
Solutions to Chapter 18 Exercises
in Discrete Mathematics by Norman L. Biggs;
j
i 1 2 3 4 5 6 7 8 9
1 + + + +
2 + + +
3 + + +
4 + +
5 +
6 +
7 + +
8
Solution
1, 2, 4, 5, 6, 7, 8, 3, 9
170
Solutions to Chapter 18 Exercises
in Discrete Mathematics by Norman L. Biggs;
Critical path s; p; q; z; t
Critical activities 2 ; 5 ; 6 ; 7
173
Solutions to Chapter 18 Exercises
in Discrete Mathematics by Norman L. Biggs;
Arc: (s; a) (s; b) (s; c) (a; d) (b; d) (c; d) (a; t) (d; t) (c; t)
Flow: 5 2 3 2 2 0 3 4 3
Max ow since the cut fs; bg, fa; c; d; tg has capacity 10.
175
Solutions to Chapter 18 Exercises
in Discrete Mathematics by Norman L. Biggs;
Solution
a
10
5
5 d
5 4
0 3 9
6 b 2 7
s t
6 11 4
2 3 4
18 1
0 6 e
1
c
178
8 2 3 9
s c b d t
0 1 2 7
179
Solutions to Chapter 18 Exercises
in Discrete Mathematics by Norman L. Biggs;
50
10
40 20
15
s d t
30 15 45
50
b 20 e
Fig. 18.10 Find the maximum ow.
Solution
a 10 c
50
10
40 20
15
s d t
30 15 45
50
b 20 e
I 10 II
50 40
30 30
10 40
50 40 50 40
III IV
20 20
10
30 5 30
50 20 45 15
Tree IV does not reach t. Max ow = 55, min cut is (s; s), where
s = all vertices reached in IV , that is all except t.
181