8000
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 3e0ac74 commit 78923e8Copy full SHA for 78923e8
README.md
@@ -190,7 +190,7 @@ Below is the list of some of the most used Big O notations and their performance
190
| **O(1)** | 1 | 1 | 1 |
191
| **O(log N)** | 3 | 6 | 9 |
192
| **O(N)** | 10 | 100 | 1000 |
193
-| **O(N log N)** | 30 | 60 | 9000 |
+| **O(N log N)** | 30 | 600 | 9000 |
194
| **O(N^2)** | 100 | 10000 | 1000000 |
195
| **O(2^N)** | 1024 | 1.26e+29 | 1.07e+301 |
196
| **O(N!)** | 3628800 | 9.3e+157 | 4.02e+2567 |
0 commit comments