File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ npm test -- 'playground'
210
210
211
211
### 数组排序算法的复杂性
212
212
213
- | 名称 | 最优 | 平均 | 最坏 | 内存 | 稳定 |
213
+ | 名称 | 最优 | 平均 | 最坏 | 内存 | 稳定 |
214
214
| --------------------- | :-------: | :-------: | :-----------: | :-------: | :-------: |
215
215
| ** 冒泡排序** | n | n^2 | n^2 | 1 | Yes |
216
216
| ** 插入排序** | n | n^2 | n^2 | 1 | Yes |
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ npm test -- 'playground'
206
206
207
207
### 陣列排序演算法複雜度
208
208
209
- | 名稱 | 最佳 | 平均 | 最差 | 記憶體 | 穩定 |
209
+ | 名稱 | 最佳 | 平均 | 最差 | 記憶體 | 穩定 |
210
210
| ---------------------- | :-------: | :-------: | :-----------: | :-------: | :-------: |
211
211
| ** 氣派排序** | n | n^2 | n^2 | 1 | Yes |
212
212
| ** 插入排序** | n | n^2 | n^2 | 1 | Yes |
You can’t perform that action at this time.
0 commit comments