CST 3170 Home Page The Prior Page The Next Page
Middlesex Logo

Lab 7: Coursework

  1. Formative Assesment of Coursework 1.
  2. You should have an exhaustive algorithm like depth or breadth first working reading the data from a file. If not:
    1. Read the data in.
    2. Once you've got that, try a best first search.
    3. After that, try an exhaustive algorithm like depth or breadth first. This should be enough to pass.
  3. Then Dijkstra's.
  4. Then something clever.
  5. Of course, you're free to select any algorithm you like to explore.
  6. Come to the lab, Chris will look at, and comment on your coursework. (I may even help with some simple debugging.)