Update README.zh-TW.md (#690)

This commit is contained in:
justforever 2021-05-06 12:56:40 +08:00 committed by GitHub
parent 64abcf12f2
commit 464a84bc7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |