Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎README.zh-CN.md

Lines changed: 1 addition & 1 deletion
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 |

‎README.zh-TW.md

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /