原创 java排序之肆------歸併排序代碼

package com.xxzzycq.sort; public class MergeSort { public static void mergeSort(Comparable[] data, int min, int max)