School of Engineering and Applied Science
Department of Computer Science
CSci 133 -- Algorithms and Data Structures I
http://www.seas.gwu.edu/~csci133/spring06
Prof. Michael B. Feldman
mfeldman@gwu.edu

Project #3

Due Date: Phase I (test plan): beginning of class, Tuesday, Feb. 28, 2006
Phase II (full submission): Thursday, March 9, 2006

Part 1: Develop a new version of the KnightSequence class that uses a linked list instead of an array to implement the sequence, and run the KnightTour you developed for Project 2, with the new class instead of the old one. 

Part 2: Now modify the KnightTour main program so that it can handle up to ten tours, numbered 0-9. Use an array in the main program to store the KnightSequence objects.

MBF 2/21/06