File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Each algorithm and data structure have its own separate README
10
10
with related explanations and links for further reading and YouTube
11
11
videos.
12
12
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 )
14
14
15
15
## Data Structures
16
16
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ npm test -- -t 'playground'
180
180
| ** O(1)** | 1 | 1 | 1 |
181
181
| ** O(log N)** | 3 | 6 | 9 |
182
182
| ** O(N)** | 10 | 100 | 1000 |
183
- | ** O(N log N)** | 30 | 60 | 9000 |
183
+ | ** O(N log N)** | 30 | 600 | 9000 |
184
184
| ** O(N^2)** | 100 | 10000 | 1000000 |
185
185
| ** O(2^N)** | 1024 | 1.26e+29 | 1.07e+301 |
186
186
| ** O(N!)** | 3628800 | 9.3e+157 | 4.02e+2567 |
You can’t perform that action at this time.
0 commit comments