Lab 8
Page 4


Finishing up and shutting down


Submitting your work

Create an HTML file from which your implementation of selection sort can be run as described under Implementing Selection Sort in Java: Your Assignment on page 2 of this lab. In that HTML file, also put a link to your finished SelectionSortAlgorithm.java file -- this link will be to the file as a text file, just as our link to the unfinished "SelectionSortTemplate.java" that you downloaded was. Make sure your "SelectionSortAlgorithm.java", "SelectionSortAlgorithm.class", "SortAlgorithm.class", "SortItem.class" and HTML file are in your public_html directory. Send an email to cs111@princeton.edu with the URL (http://www.princeton.edu/~yourname/filename.html) of the HTML file.

If you do extra credit, make a separate HTML page to run your implementation of insertion sort as described under Insertion Sort on page 3 of this lab. Put a link to your finished InsertSortAlgorithm.java file. Again, make sure your "InsertSortAlgorithm.java", "InsertSortAlgorithm.class", and the HTML file for your extra credit are in your public_html directory. If you have figured out the speed of insertion sort, describe your analysis in the HTML file. Your email should give the location of both pages (regular assignment and extra credit), clearly labelling which is which.


Transferring saved work

Transfer any files you'd like to keep to your Unix account (your drive).


Removing your new compiling option

The next user of this PC may not care for your "Compile All Files" alteration, so please remove it now. Just follow this simple procedure:

  1. In your TextPad editor, go to the Configure menu and select Customize.
  2. Select the Tools tab.
  3. Select Compile All Files from the white box, and then select Delete followed by Close.

Logging off of Windows NT

If you've completed the lab, sent your email to cs111@princeton.edu and transferred your work to your Unix account, then you are finished and ready to log off of Windows NT. Choose either of the following ways to do this:


PREVIOUS 1 | 2 | 3 | 4