Loyola College in Maryland

CS 462 - Algorithm Analysis
Spring 2004


Loyola College > Department of Computer Science > Dr. James Glenn > CS 462 > Programming Projects > Project 4 - Graph Algorithms

Due

Tuesday, April 27th at 11:59pm. Late projects will be assessed a 20% penalty for each day past the due date. Projects will not be accepted more than four days past the due date.

Objectives

Assignment

There are three parts to this assignment. Much of what you need is already present in your Graph class. You may, of course, add new methods as you require them.

Input and Output

Input will come in three sections: So if the input is
no cancel
Virginia
Maryland
Virginia
Duke
Maryland
Duke
Virginia
Duke
Maryland
Wake Forest
Wake Forest
Maryland
Maryland
North Carolina

Virginia
North Carolina
Duke
Virginia
then the output should be
--- COMPONENT 1 ---
Virginia
--- COMPONENT 2 ---
Maryland
Wake Forest
--- COMPONENT 3 ---
North Carolina
--- COMPONENT 4 ---
Duke

Virginia
Maryland
North Carolina

Duke over Virginia is impossible

Files

2003-4 NCAA Division I Men's Basketball

Grading

For full credit, your code must:

Submissions

Submit all source code files necessary to build your code in a tar file (preferably compressed).