Homework 5
- Assigned: Thursday, November 5, 2015
- Due: Friday, November 20, 2015
- General Instructions:
- Please review the homework and grading policy outlined in the course information and homework page.
- Please use a cover sheet, as described in the homework page.
- You must also write down with whom you worked on the assignment, and any sources used.
- Start early, be concise but rigorous, and enjoy!
- Specific Instructions:
- All logs are base 2 unless otherwise specified.
- Unless otherwise specified, all problems and exercises are from
CLRS, Introduction to Algorithms, 3rd edition.
- Problems:
- Exercises 22.2-6, 22.2-7, breadth first search.
- Exercise 22.3-5, 22.3-11, depth-first search.
- Problem 23-4. Alternative minimum spanning tree algorthms.
- Exercise 23-1.6, 23.1-9. Minimum spanning trees.
- Exercise 24.1-5, 24.5-5. Shortest paths.
- Problem 24-4. Scaling algorithm for shortest paths.