Skip to content

Commit 1f6a3bd

Browse files
committed
fix math in slides (and update packages)
1 parent 72d0918 commit 1f6a3bd

3 files changed

Lines changed: 61 additions & 48 deletions

File tree

package-lock.json

Lines changed: 58 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"serve": "^14.2.5",
2020
"style-loader": "^4.0.0",
2121
"url": "^0.11.4",
22-
"webpack": "^5.101.3",
22+
"webpack": "^5.103.0",
2323
"webpack-cli": "^6.0.1"
2424
}
2525
}

public/lectures/std_library_2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
## Zložitosť operácií
2626

2727
* V štandardnej knižnici nebýva presne definovaná implementácia, ale iba zložitosť operácií
28-
* Zložitosť operácií je v O notácii
28+
* Zložitosť operácií je v $O$ notácii
2929

30-
`$$ f(n)=O(g(n)) \Leftrightarrow \exists c > 0 \exists n_0 \in \mathbb{N} ​ \forall n \geq n_0 \quad f(n) \leq c \cdot g(n) $$`
30+
$$ f(n)=O(g(n)) \Leftrightarrow \exists c > 0 \exists n_0 \in \mathbb{N} ​ \forall n \geq n_0 \quad f(n) \leq c \cdot g(n) $$
3131

3232
---
3333

0 commit comments

Comments
 (0)