The methods of sort a set of data


There are total four methods to sort a set of data: Bubble sort, Selectio sort, Quick sort, Merge sort.Two of the methods sort data slower: Bubble sort and Selection sort. Other two sort data faster: Quick sort and Merge Sort.


I will forcus on telling about Bubble sort and Quick sort. To see the detail about Bubble sort and Quick sort, please click on the links above.

Picture gone~