We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630e24b commit 5bd47e4Copy full SHA for 5bd47e4
README.zh-CN.md
@@ -180,7 +180,7 @@ npm test -- -t 'playground'
180
| **O(1)** | 1 | 1 | 1 |
181
| **O(log N)** | 3 | 6 | 9 |
182
| **O(N)** | 10 | 100 | 1000 |
183
-| **O(N log N)** | 30 | 60 | 9000 |
+| **O(N log N)** | 30 | 600 | 9000 |
184
| **O(N^2)** | 100 | 10000 | 1000000 |
185
| **O(2^N)** | 1024 | 1.26e+29 | 1.07e+301 |
186
| **O(N!)** | 3628800 | 9.3e+157 | 4.02e+2567 |
0 commit comments