Anki Deck Changes

Commit: 28b25b1f - forgot something, my b

Author: lhorva <lhorva@student.ethz.ch>

Date: 2025-12-25T01:44:34+01:00

Changes: 2 note(s) changed (0 added, 2 modified, 0 deleted)

Note 1: ETH::A&D

Deck: ETH::A&D
Note Type: Horvath Classic
GUID: O||9vPX+Y`
modified

Before

Front

ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation
If \(f = \Theta(g)\)

Back

ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation
If \(f = \Theta(g)\)

\(\exists C_1,C_2 \ge 0 \quad \forall n \in \mathbb{N}\)  \(C_1 \cdot g(n) \leq f(n) \leq C_2 \cdot g(n)\)

\(f\) grows asymptotically the same as \(g\)

After

Front

ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation
When \(f = \Theta(g)\) this means?

Back

ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation
When \(f = \Theta(g)\) this means?

\(\exists C_1,C_2 \ge 0 \quad \forall n \in \mathbb{N}\)  \(C_1 \cdot g(n) \leq f(n) \leq C_2 \cdot g(n)\)

\(f\) grows asymptotically the same as \(g\)
Field-by-field Comparison
Field Before After
Front If&nbsp;\(f = \Theta(g)\) When&nbsp;\(f = \Theta(g)\)&nbsp;this means?
Tags: ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation

Note 2: ETH::A&D

Deck: ETH::A&D
Note Type: Horvath Classic
GUID: xP1aIt[ejN
modified

Before

Front

ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation
If \(f \geq \Omega(g)\) then

Back

ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation
If \(f \geq \Omega(g)\) then

\(\exists C \ge 0 \quad \forall n \in \mathbb{N} \quad f(n) \ge C\cdot g(n)\)

\(f\) grows asymptotically faster than \(g\)

After

Front

ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation
When \(f \geq \Omega(g)\), this means what exactly?

Back

ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation
When \(f \geq \Omega(g)\), this means what exactly?

\(\exists C \ge 0 \quad \forall n \in \mathbb{N} \quad f(n) \ge C\cdot g(n)\)

\(f\) grows asymptotically faster than \(g\)
Field-by-field Comparison
Field Before After
Front If&nbsp;\(f \geq \Omega(g)\)&nbsp;then When&nbsp;\(f \geq \Omega(g)\), this means what exactly?
Tags: ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation
↑ Top