[an error occurred while processing this directive]

Lab 1

CS 5631, Spring 2004
Due Tuesday, January 27 (20 points)

Introduction

For this lab, you will write three Java classes and configure your Unix account so that you can use classes that I have written in your code. The classes that you will write are

Developing the VectorSorter Class and its Test Classes

An outline of your code development is shown below. Follow the links for details on individual steps.

  1. Step 1 - Setting up your class path and compiling simple versions of the VectorSorter and Test1 classes.

  2. Step 2 - Constructing and printing a test vector of integers.

  3. Step 3 - Adding code for sorting a vector.

  4. Step 4 - Sorting a vector of strings.

You should do your code development logged onto a Unix machine, either directly or using the XWin32 program. If you want to do work at home without logging onto a Unix machine you should talk to your TA or me after class.

What to turn in

When you have completed the assignment, make a typescript with the items listed below.

[an error occurred while processing this directive]