Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit78923e8

Browse files
author
Brian Reinhart
committed
Fixed Typo in Big O Complexity table
1 parent3e0ac74 commit78923e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp