Section 2.4 - Minimum-Cost Spanning Trees
Instructions
- The first video below explains the concepts in this section.
- This page also includes exercises that you should attempt to solve yourself. You can check your answers and watch the videos explaining how to solve the exercises.
Concepts
- Trees, spanning trees, and minimum-cost spanning trees
- Kruskal's algorithm for finding mininmum-cost spanning trees
Exercises
Directions: You should try to solve each problem first, and then click "Reveal Answer" to check your answer. You can click "Watch Video" if you need help with a problem.
1. Find at least 2 different spanning trees for the following graph.
Here are several possible answers.
2. Use Kruskal's algorithm to find a minimum-cost spanning tree.
3. Use Kruskal's algorithm to find a minimum-cost spanning tree.
4. Use Kruskal's algorithm to find a minimum-cost spanning tree.