Try It Now
Site: | Saylor Academy |
Course: | CS202: Discrete Structures |
Book: | Try It Now |
Printed by: | Guest user |
Date: | Thursday, 3 April 2025, 6:40 PM |
Description
Work these exercises to see how well you understand this material.
Exercises
- Given the following vertex sets, draw all possible undirected trees that connect them.
- Va = {right, left}
- Vb= {+, −, 0}
- Vc= {north, south, east, west}.
- Prove that if G is a simple undirected graph with no self-loops, then G is a tree if and only if G is connected and |E|= |V| − 1.
Hint. Use induction on |E|. -
- Prove that any tree with at least two vertices has at least two vertices of degree 1.
- Prove that if a tree has n vertices, n ≥ 4, and is not a path graph, Pn, then it has at least three vertices of degree 1.
Source: Al Doerr and Ken Levasseur, http://faculty.uml.edu/klevasseur/ads-latex/ads.pdf This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.
Solutions
- Answer: The number of trees are: (a) 1, (b) 3, and (c) 16. The trees that connect Vc are:
- Hint: Use induction on |E|.
- Answer: