Chapter 0: 12 E (page 11)
The SPANNING TREE problem is the following.Input: An undirected graph Output: A spanning tree of in which each node has degree , if such a tree exists.Show that for any :
- SPANNING TREE is a search problem.
- SPANNING TREE is NP-complete. (Hint: Start with and consider the relation between this problem and RUDRATA PATH.)
Short Answer
1. SPANNING TREE is a search problem for any .
2.SPANNING TREE is NP-complete.