Lab 4

To Do:

This lab we will write 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).
Due on Monday we will add some more algorithms to the code.
  1. Dijkstra's Algorithm
  2. Prim's Algorithm
  3. Floyd's and
  4. Warsall's
We went over the algorithms in class yesterday and today.

Turn in

Get as much done as you can today. If you get Dijkstra's and Prim's done today you can leave, if not we'll work until 1pm.