CS Notes
Search
Search
Reader mode
Explorer
Home
❯
1st Semester
❯
Algorithmen und Datenstrukturen
❯
Notes
❯
Laufzeit
❯
Asymptotische Notationen
Asymptotische Notationen
f
≤
O
(
g
)
⟺
g
f
ist
0
oder
c
f
≥
Ω
(
g
)
⟺
g
f
ist unendlich
f
=
Θ
(
g
)
⟺
g
f
ist
c
lo
g
(
n
!)
=
Θ
(
n
lo
g
n
)
Graph View