All Packages Class Hierarchy This Package Previous Next Index
Class sunw.demo.sort.QSortAlgorithm
java.lang.Object
|
+----sunw.demo.sort.SortAlgorithm
|
+----sunw.demo.sort.QSortAlgorithm
- public class QSortAlgorithm
- extends SortAlgorithm
A quick sort demonstration algorithm
SortAlgorithm.java
-
QSortAlgorithm()
-
-
sort(int[])
- This method will be called to
sort an array of integers.
QSortAlgorithm
public QSortAlgorithm()
sort
public void sort(int a[]) throws Exception
- This method will be called to
sort an array of integers.
- Overrides:
- sort in class SortAlgorithm
All Packages Class Hierarchy This Package Previous Next Index