CSE 431 Assignment #7
Spring 2003
Due: Wednesday, June 4, 2003.
Read sections 8.1-8.5 of Sipser's text.
Problems
- Problem 7.22 page 273.
- Problem 7.23 page 273.
- For any k, define
DEG-k-SPAN-TREE={<G> | G has a spanning tree with maximum degree at most k}.
- Show that DEG-2-SPAN-TREE is NP-complete.
- Use a reduction from DEG-2-SPAN-TREE to show that DEG-3-SPAN-TREE is
also NP-complete.
- Generalize part (b) to show that DEG-k-SPAN-TREE is NP-complete for
any integer of k>1.
- Problem 8.4 page 302.
- DO EITHER: Problem 8.8 page 302 OR Problem 8.10 page 303.
- Problem 8.9 page 303.
- (Bonus) Problem 8.16 page 303.