Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: exchange Download
 Description: Exchange Sort: Including bubble sort, quick sort. Bubble sort method: the algorithm has been partially sorted data sort of a sorting algorithm. If only one or two of data in your data list is out of order, this algorithm is the fastest sorting algorithm. If the data in your data list is randomly arranged, then this method has become the slowest algorithm. Before using this algorithm must be careful. The core idea of this algorithm is a list of scan data, looking for out-of-order two adjacent items. When you find these two projects, the location of the exchange program and continue scanning. Repeat the above operation until all items are arranged in order. Quick Sort: Sort by trip will be sorted record is divided into two separate parts, a part of the record of keyword key is smaller than the other part of the record, you can continue to sort the two part of the record in order to achieve The entire sequence is ordered. Specific approach is: use two pointers low, high, and the
 Downloaders recently: [More information of uploader 陈锋]
 To Search:
File list (Check if you may need any files):
 

exchange.java
    

CodeBus www.codebus.net