Http://www.cnblogs.com/kkun/archive/2011/11/23/2260312.html
Classic Sorting algorithm
Classic sorting algorithm, the following articles refer to a large number of online information, most of them are given the source
This series of emphasis in understanding , so examples of what is the simplest situation, inevitably mistakes, more advice
Most sorting algorithms give the state of each step to make it easier for beginners to understand, easily understandable, and some difficult to understand sorting algorithms give a lot of illustrations, but also a feature bar
Classic Sorting algorithm-Quick sort
Classic sorting algorithm-bucket sort buckets
Classic Sort algorithm-insert sort insertion Sort
Classic Sort algorithm-cardinal sort Radix sort
Classic sort algorithm-pigeon nest sort pigeonhole
Classic Sorting algorithms-merge sort merge sorts
Classic Sort algorithm-bubble sort bubble sort
Classic Sorting algorithm-select Sort selection sort
Classic Sort algorithm-cocktail sort Cocktail sort
Classic Sort algorithm-Hill sort Shell sort
Classic sorting algorithm-heap sort heap order
Classic sorting algorithm-gnome Sort by goblin
Classic Sort algorithm-parity sort Odd-even sort
Classic sorting algorithm-comb sort comb sort
Classic sorting algorithm-patient sort patience sorting
Classic Sorting algorithm-bead sort bead Sort
Classic Sort algorithm-count sort counting sort
New
Classic Sort algorithm-proxmap sort
Classic Sort algorithm-Flash sort
Classic Sort algorithm-Strand sort
Classic Sorting algorithm-circle sort Cycle sort
Classic sorting algorithms-Library sort
[Continuous UPDATE]
A little problem.
Known quantity group length is 100, and basically orderly, there are only two digits in the wrong position, but specifically that two numbers do not know, the number is not repeated
For example [1 2]
Ask to order from small to large
[Classic Sorting algorithm] Collection