Introduction - If you have any usage issues, please Google them yourself
/* Sort select* find the smallest element from the number to be sorted, and placed in the first position, find the smallest element* from the remaining n- 1 elements, placed in the second position,* turn down Until n- 1 elements.* Number of each sort will identify a minimum value on the elements to be sorted to be sorted first paragraph.* /