Introduction - If you have any usage issues, please Google them yourself
the initial demo program from Sun's Java Web site. The author adds another three algorithms (insertion, sculpture and Shell ranking). A total of six such an algorithm also demonstrated (including bubble sort, bidirectional bubble and the rapid sequencing).
Packet : 780018javasort.zip filelist
BidirBubbleSortAlgorithm.java
BubbleSortAlgorithm.java
HeapAlgorithm.java
InsertAlgorithm.java
QSortAlgorithm.java
ShellAlgorithm.java
SortAlgorithm.java
SortItem.java