void merge(int *a, int low, int mid, int high) { // Variables declaration. int *b = new int[high 1-low]; int h,i,j,k; h=low; i=0; j=mid 1; // Merges the two array's into b[] until the first one is finish while((h
Hide player controls
Hide resume playing