mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 07:01:18 +08:00
Update README.zh-TW.md (#690)
This commit is contained in:
parent
64abcf12f2
commit
464a84bc7c
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user