Skip to content

Commit d090f76

Browse files
committed
Add Polish translation.
1 parent f8e3965 commit d090f76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ npm test -- 'playground'
210210

211211
### 数组排序算法的复杂性
212212

213-
| 名称 | 最优 | 平均 | 最坏 | 内存 | 稳定 |
213+
| 名称 | 最优 | 平均 | 最坏 | 内存 | 稳定 |
214214
| --------------------- | :-------: | :-------: | :-----------: | :-------: | :-------: |
215215
| **冒泡排序** | n | n^2 | n^2 | 1 | Yes |
216216
| **插入排序** | n | n^2 | n^2 | 1 | Yes |

Diff for: README.zh-TW.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ npm test -- 'playground'
206206

207207
### 陣列排序演算法複雜度
208208

209-
| 名稱 | 最佳 | 平均 | 最差 | 記憶體 | 穩定 |
209+
| 名稱 | 最佳 | 平均 | 最差 | 記憶體 | 穩定 |
210210
| ---------------------- | :-------: | :-------: | :-----------: | :-------: | :-------: |
211211
| **氣派排序** | n | n^2 | n^2 | 1 | Yes |
212212
| **插入排序** | n | n^2 | n^2 | 1 | Yes |

0 commit comments

Comments
 (0)