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

Commitf34fd84

Browse files
authored
Merge branch 'master' into improve-bubble-sort
2 parents56b42ae +35fff1f commitf34fd84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Each algorithm and data structure have its own separate README
1010
with related explanations and links for further reading and YouTube
1111
videos.
1212

13-
Read this in other languages:[Chinese](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md)
13+
_Read this in other languages:_[简体中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md)
1414

1515
##Data Structures
1616

‎README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ npm test -- -t 'playground'
180180
|**O(1)**| 1| 1| 1|
181181
|**O(log N)**| 3| 6| 9|
182182
|**O(N)**| 10| 100| 1000|
183-
|**O(N log N)**| 30|60| 9000|
183+
|**O(N log N)**| 30|600| 9000|
184184
|**O(N^2)**| 100| 10000| 1000000|
185185
|**O(2^N)**| 1024| 1.26e+29| 1.07e+301|
186186
|**O(N!)**| 3628800| 9.3e+157| 4.02e+2567|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp