Skip to content

Commit

Permalink
Update README.zh-TW.md (trekhleb#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
justforever authored May 6, 2021
1 parent 64abcf1 commit 464a84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ npm test -- 'playground'

| 名稱 | 最佳 | 平均 | 最差 | 記憶體 | 穩定 |
| ---------------------- | :-------: | :-------: | :-----------: | :-------: | :-------: |
| **氣派排序** | n | n^2 | n^2 | 1 | Yes |
| **氣泡排序** | n | n^2 | n^2 | 1 | Yes |
| **插入排序** | n | n^2 | n^2 | 1 | Yes |
| **選擇排序** | n^2 | n^2 | n^2 | 1 | No |
| **Heap 排序** | n log(n) | n log(n) | n log(n) | 1 | No |
Expand Down

0 comments on commit 464a84b

Please sign in to comment.