From 8c968228ba5132fc81a39e649897108f732139b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tobias=20Ko=CC=88lling?= <tobias.koelling@mpimet.mpg.de>
Date: Tue, 14 May 2024 12:12:39 +0200
Subject: [PATCH] fix logn slide

---
 lectures/complexity/slides.qmd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lectures/complexity/slides.qmd b/lectures/complexity/slides.qmd
index 88f3bbe..f93f86f 100644
--- a/lectures/complexity/slides.qmd
+++ b/lectures/complexity/slides.qmd
@@ -87,17 +87,17 @@ None
 
 ## Quiz {.special auto-animate=true auto-animate-restart=true}
 
-How large is $\mathcal{O}(\log{n})$ on a computer?
+How large is $\log{n}$ on a computer?
 
 ## Quiz {.special auto-animate=true}
 
-How large is $\mathcal{O}(\log{n})$ on a computer?
+How large is $\log{n}$ on a computer?
 
 `64`{data-id=64}
 
 ## Quiz {.special auto-animate=true}
 
-How large is $\mathcal{O}(\log{n})$ on a computer?
+How large is $\log{n}$ on a computer?
 
 `64`{data-id=64} (at least on a 64 bit machine)
 
-- 
GitLab