CSC 103 Lab Notes Week 2, Part 2
Preparation for Turning In Assignment 1
Empirical Analysis of Sorting and Searching
This adds the 103/bin directory to the path where UNIX looks for programs to run.cd cp -p .cshrc .cshrc.sav echo "set path = (~gfisher/classes/103/bin $path)" >> .cshrc source .cshrc
Enter the e-mail address of the instructor or class account that
you wish to mail this assignment to > gfisher
Enter the name of this assignment > a1
Enter the name of the file to be included.
Enter return when done > GeneralList.java
Enter the name of the file to be included.
Enter return when done >
Your assignment has been sent. If you do not receive a confirmation
in the next few minutes, please contact your instructor
ListSortAndSearch.java ListSortAndSearchTest.java