Introduction - If you have any usage issues, please Google them yourself
The preparation of one-dimensional array sorting program. Array size n with the global variable definition, an array of data read from a text file or randomly generated. Include bubble sort, selection sort, insertion sort three kinds of sorting method. Program can choose to use either method to sort.