Introduction - If you have any usage issues, please Google them yourself
The functionality of the code: merge sort algorithm, implemented in C code with detailed comments, and very conducive to reading and improvements used in the algorithm. Algorithms: merge sort method is the two ordered tables merged into a new ordered table, the collating sequence to be divided into several sub-sequences, each sub-sequence is ordered. And then ordered sub-sequence merger as a whole and orderly sequence.