* 归并排序,将数组分割成前后两个数组,之后递归分割直到数组长度小于2,进行归并 * @param {number[]} array * @return {number[]}
(array: number[])
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected