Skip to content

Commit 745b5e9

Browse files
authored
Merge branch 'master' into patch-1
2 parents abf9c9c + 9a02687 commit 745b5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Below is the list of some of the most used Big O notations and their performance
190190
| **O(1)** | 1 | 1 | 1 |
191191
| **O(log N)** | 3 | 6 | 9 |
192192
| **O(N)** | 10 | 100 | 1000 |
193-
| **O(N log N)** | 30 | 60 | 9000 |
193+
| **O(N log N)** | 30 | 600 | 9000 |
194194
| **O(N^2)** | 100 | 10000 | 1000000 |
195195
| **O(2^N)** | 1024 | 1.26e+29 | 1.07e+301 |
196196
| **O(N!)** | 3628800 | 9.3e+157 | 4.02e+2567 |

0 commit comments

Comments
 (0)