function bubbleSort(arr) { for(var i = 1; i < arr.leng...[作者空间]
function quickSort(arr) { if(arr.length < 2) { ret...[作者空间]