OurBigBook
About
$
Donate
Sign in
Sign up
by
Ciro Santilli
(
@cirosantilli,
34
)
Big O notation
(
O
(
n
)
)
...
Information technology
Computer
Computer science
Computational problem
Complexity class
Big O notation family
Like
(0)
1 By others
on same topic
0 Discussions
Updated
2024-11-19
Created
1970-01-01
See my version
Module bound above, possibly multiplied by a constant:
f
(
x
)
=
O
(
g
(
x
)
)
(1)
is defined as:
∃
M
>
0
∃
x
0
∀
x
>
x
0
:
∣
f
(
x
)
∣
≤
M
g
(
x
)
(2)
E.g.:
∀
c
∈
R
x
+
c
=
O
(
x
)
. For
c
<
0
,
M
=
1
is enough. Otherwise, any
M
>
1
will do, the bottom line will always catch up to the top one eventually.
Ancestors
(9)
Big O notation family
Complexity class
Computational problem
Computer science
Computer
Information technology
Area of technology
Technology
Home
Incoming links
(3)
Big O notation family
Dense and sparse matrices
Little-o notation
View article source
Discussion
(0)
Subscribe (1)
New discussion
There are no discussions about this article yet.
Articles by others on the same topic
(1)
0
Big O notation
by
Wikipedia Bot
0
1970-01-01
See all articles in the same topic
Create my own version