Skip to content

Commit 5bd47e4

Browse files
committed
Fix Chinese README.
1 parent 630e24b commit 5bd47e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.zh-CN.md

+1-1
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)