// Purpose: Test the quicksort( ) method

// source: based on codes available in http://users.cis.fiu.edu/~weiss/dsj4/code/ (chapters 8 and 9).

 

A.    Source files:

Sort.java            TestSort.java                  Random.java

B.    Running the application using NetBeans:

1.   Download all files into a temporary folder.

2.   Create a new project with existing sources and add all files into the project.

 

C.    Sample output screen: