Try It Now
Site: | Saylor Academy |
Course: | CS202: Discrete Structures |
Book: | Try It Now |
Printed by: | Guest user |
Date: | Thursday, 3 April 2025, 6:39 PM |
Description
Work these exercises to see how well you understand this material.
Exercises
- Apply Algorithm 9.3.8 to find a path from 5 to 1 in Figure 9.3.11. What would be the final value of V? Assume that the terminal vertices in edge lists and elements of the depth sets are put into ascending order, as we assumed in Example 9.3.10.
- In a simple undirected graph with no self-loops, what is the maximum number of edges you can have, keeping the graph unconnected? What is the minimum number of edges that will assure that the graph is connected?
- For each of the following graphs, determine the eccentricities of each vertex, and the diameter, radius, and center of the graph.
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:
* = undefined - Answer: If the number of vertices is n, there can be
vertices with one vertex not connected to any of the others. One more edge and connectivity is assured.
- Answer:
- The eccentricity of each vertex is 2; and the diameter and radius are both 2 as well. All vertices are part of the center.
- The corners (1, 3, 10, and 10) have eccentricities 5. The two central vertices, 5 and 8, which are in the center of the graph have eccentricity 3. All other vertices have eccentricity 4. The diameter is 5. The radius is 3.
- Vertices 1, 2, and 5 have eccentricity 2 and make up the center of this graph. Vertices 7 and 8 have eccentricity 4, and all other vertices have eccentricity 3. The diameter is 4. The radius is 2.
- The eccentricity of each vertex is 4; and the diameter and radius are both 4 as well. All vertices are part of the center.