Skip to content

Commit 464a84b

Browse files
authored
Update README.zh-TW.md (trekhleb#690)
1 parent 64abcf1 commit 464a84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.zh-TW.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ npm test -- 'playground'
215215

216216
| 名稱 | 最佳 | 平均 | 最差 | 記憶體 | 穩定 |
217217
| ---------------------- | :-------: | :-------: | :-----------: | :-------: | :-------: |
218-
| **氣派排序** | n | n^2 | n^2 | 1 | Yes |
218+
| **氣泡排序** | n | n^2 | n^2 | 1 | Yes |
219219
| **插入排序** | n | n^2 | n^2 | 1 | Yes |
220220
| **選擇排序** | n^2 | n^2 | n^2 | 1 | No |
221221
| **Heap 排序** | n log(n) | n log(n) | n log(n) | 1 | No |

0 commit comments

Comments
 (0)