Movatterモバイル変換


[0]ホーム

URL:


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

Commit39934eb

Browse files
d4n1elchentrekhleb
authored andcommitted
Fix the translation of sorting complexity table (trekhleb#55)
Array "Sorting" Algorithms Complexity should be 陣列排序演算法, not 陣列搜尋演算法
1 parent294bd2a commit39934eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.zh-TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ npm test -- -t 'playground'
197197
|**紅黑樹**| log(n)| log(n)| log(n)| log(n)|
198198
|**AVL Tree**| log(n)| log(n)| log(n)| log(n)|
199199

200-
###陣列搜尋演算法複雜度
200+
###陣列排序演算法複雜度
201201

202202
| 名稱| 最佳| 平均| 最差| 記憶體| 穩定|
203203
| ---------------------| :-------:| :-------:| :-----------:| :-------:| :-------:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp