Introduction - If you have any usage issues, please Google them yourself
The array is designed to sort A [0] ... ... A [N-1], first select an arbitrary data (usually the first choice of data) as the key data, and then all the numbers are small, than it put in front of it, all larger than the number of put it all behind, a process known as a trip to quick sort.