Reading Assignments 
NOTE: Slides are accessible only from on-campus locations.
Homework Assignments 
search() method in the BinarySearcher class on p. 725 as a recursive method.
Vocabulary 
Related Web Sites 
Sample Code 
Sorts.java - a class with static methods that implement Insertion Sort, Selection Sort and Merge Sort.
SortSearchTest.java - a class with several static methods that are used to test the above sorting algorithms.
SortTimer.java - a class with a main method which executes each of the above sorts on a variety of inputs and times the execution of each sort.
StopWatch.java - a class used by the SortTimer class to time the execution of the sorts.