Project 1 COSC 511 This project was rewritten on 9/24

Due: 9/30/2014

Experimentally measure the running time for breadth first traversal on graphs represented as an adjacency matrix.

  1. Obtain running time measurements
  2. Plot the measured times. Fit several curves, t0, t1, t2, t3, where a0, a1, a2, and b are constants, and n is size of data set.
  3. Which of the fitted curves best characterize the BFS algorithm and why is it the best of the four?
  4. Make an argument, proof, or demonstration for why your algorithm is implemented correctly.
Turn in