} else if (i == a.length || (j < b.length && a[i][k] > b[j][k])) {
      data[k] = b[j][k];
      data[c] = b[j][c];
      j++;
    } else {