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
- What is the significance of the fact that there is a path connecting vertex b with every other vertex in Figure 9.1.10, as it applies to various situations that it models?
- Draw a directed graph that models the set of strings of 0's and 1's (zero or more of each) where all of the 1's must appear consecutively.
- What is the maximum number of edges in an undirected graph with eight vertices?
-
- How many edges does a complete tournament graph with n vertices have?
- How many edges does a single-elimination tournament graph with n vertices have?
- Determine whether the following sequences are graphic. Explain your logic.
- (6, 5, 4, 3, 2, 1, 0)
- (2, 2, 2, 2, 2, 2)
- (3, 2, 2, 2, 2, 2)
- (5, 3, 3, 3, 3, 3)
- (1, 1, 1, 1, 1, 1)
- (5, 5, 4, 3, 2, 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: In Figure 9.1.10, computer b can communicate with all other computers. In Figure 9.1.11, there are direct roads to and from city b to all other cities.
- Answer:
- Answer: The maximum number of edges would be
.
- Answer:
- Answer:
- Not graphic - if the degree of a graph with seven vertices is 6, it is connected to all other vertices and so there cannot be a vertex with degree zero.
- Graphic. One graph with this degree sequence is a cycle of length 6.
- Not Graphic. The number of vertices with odd degree is odd, which is impossible.
- Graphic. A "wheel graph" with one vertex connected to all other and the others connected to one another in a cycle has this degree sequence.
- Graphic. Pairs of vertices connected only to one another.
- Not Graphic. With two vertices having maximal degree, 5, every vertex would need to have a degree of 2 or more, so the 1 in this sequence makes it non-graphic.