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


Constructor Index

 o QSortAlgorithm()

Method Index

 o sort(int[])
This method will be called to sort an array of integers.

Constructors

 o QSortAlgorithm
 public QSortAlgorithm()

Methods

 o 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