Lab 5

Due Monday morning before class

First we turned in the delete from an Red/Black Tree code

As soon as you turn it in I will reply with my code for deleting that seems to be working.

Next we completed Wednesday's work:

On Wednesday we went to the lab and wrote methods to do the following tasks:
  1. Read in a graph
  2. Write a method that does bread-first search (Queue).
  3. Write a method that does depth-first search (recursion).
Today's lab we will use the algorithms in your book. You will add two algorithms to your code.
  1. Dijkstra's Algorithm
  2. Prim's Algorithm
We went over the algorithm for both in class.

Turn in

Email the code before class on Monday.