Sorts
Sorts copied to clipboard
selectionSort.js ES6 解构交换变量 有问题 第二十一行
[arr[i], arr[minIndex]] = [arr[minIndex, arr[i]]]; // ES6 解构交换变量