Description: mergesort- randomly generate 1000 numbers, then split it into thirds, subarray is of size- k, stop the recursion and use insertion-sort to sort the subarray, then merge sort
To Search:
File list (Check if you may need any files):
MergeSort.java