QuickSort (A, left, i-1); // 對左邊進行遞迴. QuickSort(A, j+1, right); // 對右邊進行遞迴 ... Mergesort(int A[], int M, int B[],int N, int C[]).
確定! 回上一頁