bsyonline 2020/02/08 Comments Interview Data Structure and Algorithm 将数组分成 2 组,一组有序一组无序将无序组中的数依次取出来,从有序组中的最后一个数开始,依次比较,确定位置后插入有序组n 个数需要执行 n-1 次时间复杂度为 O(n^2) Selection Sort Sparse Array