8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
2 parents 3e0ac74 + 78923e8 commit 9a02687Copy full SHA for 9a02687
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