Introduction - If you have any usage issues, please Google them yourself
Title: the number of 10 sorting
1. The program analysis: can use the choice method, that is, from nine after process more, choose a minimal and the first element exchange,
So on next time, which is the second element and eight after comparison and exchange.
2. The source code: