8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64abcf1 commit 464a84bCopy full SHA for 464a84b
README.zh-TW.md
@@ -215,7 +215,7 @@ npm test -- 'playground'
215
216
| 名稱 | 最佳 | 平均 | 最差 | 記憶體 | 穩定 |
217
| ---------------------- | :-------: | :-------: | :-----------: | :-------: | :-------: |
218
-| **氣派排序** | n | n^2 | n^2 | 1 | Yes |
+| **氣泡排序** | n | n^2 | n^2 | 1 | Yes |
219
| **插入排序** | n | n^2 | n^2 | 1 | Yes |
220
| **選擇排序** | n^2 | n^2 | n^2 | 1 | No |
221
| **Heap 排序** | n log(n) | n log(n) | n log(n) | 1 | No |
0 commit comments