Java Software Structures, 4th Edition Exercise Solutions, Ch. 15
Chapter 15 Exercise Solutions
EX 15.1 Draw the undirected graph that is represented by the following:
vertices: 1, 2, 3, 4, 5, 6, 7
EX 15.2 Is the graph from Exercise 15.1 connected? Is it complete?
EX 15.3 List all of the cycles in the graph from Exercise 15.1.
1, 4, 2, 1
1, 4, 7, 3, 2, 1
EX 15.4 Draw a spanning tree for the graph of Exercise 15.1.