Thanks to visit codestin.com Credit goes to github.com
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.
2 parents abf9c9c + 9a02687 commit 745b5e9Copy full SHA for 745b5e9
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