提交 2b276c65 编写于 作者: GreyZeng's avatar GreyZeng

update code

上级 3db0a4d7
......@@ -46,9 +46,7 @@ public class Code_MergeSort {
while (e <= r) {
help[i++] = arr[e++];
}
for (int k = 0; k < help.length; k++) {
arr[l + k] = help[k];
}
System.arraycopy(help, 0, arr, l, help.length);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册