CPUTime

For this assignment, you will be writing a program determine the paths to connect all of the cities on a map.
You are to handin all files upon which your program is dependent, except RouterRunner.cpp, RouterRunner.h,
and CPUTimer.h. The grading script will copy those three files into your directory. You will find those three files, map
files, CreateFile.out, ElevationDiffs.out, barebones router.*, minimal Makefile, and my router.out. in ~ssdavis/60/p5.
Here are the specifications:
1. CreateFile.cpp is available and worth perusing.
1.1. The name of a data file reflects parameters used to create it. For example, map-20-1000-5.txt has 20 cities, a map
width and height of 1000, and was created using a seed of 5 for the r

Leave a Reply

Your email address will not be published. Required fields are marked *