Introduction - If you have any usage issues, please Google them yourself
Write a separate function to achieve the bubble sort, quick sort and simple insertion sort algorithm 2) 2-way merge sort (elected to do) 3) the preparation of an application will generate random integer N 0 to 65535 inserted into a the order table, then the sorting algorithm used on the order table sort recorded and displayed on the various methods of running time 4) N = 500 and N = 5000 run this application, compare the running time of the algorithm Analysis.