CS 112b
Spring 2005
Ileana Streinu

Homework 3

Thursday February 10, 2005
Due Wednesday Feb. 16, 2005 by midnight


Outline

Your task is to write a Java applet similar in behaviour to the Selection Sort model shown in class on Thursday. The implementation must obey certain design techniques:

Details

The design of the applet must proceed in stages - do not attempt to do everything at once.

Extra Credit

Design a user interface similar to the one in the model applet, where the squares are drawn where they are clicked on, and then rearranged in a linear vector only when the Done button is clicked.

Ileana Streinu