From a17d73b53aa38e4b715b1f2171d27a38e4ec26d6 Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Thu, 16 Nov 2023 16:42:27 +0100 Subject: [PATCH] now? --- Tutorium/tut05/README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/Tutorium/tut05/README.md b/Tutorium/tut05/README.md index 3be9265..6244938 100644 --- a/Tutorium/tut05/README.md +++ b/Tutorium/tut05/README.md @@ -23,15 +23,21 @@ ## Vorrechnen 1. `lists.py` - A. `even`: - B. `min`: - C. `max`: +
    +
  1. `even`:
  2. +
  3. `min`:
  4. +
  5. `max`:
  6. +
2. `euler.py` - A. `fac`: - B. `approx_e`: +
    +
  1. `fac`:
  2. +
  3. `approx_e`:
  4. +
3. `binary.py` - A. `to_num`: - B. `stream_to_nums`: +
    +
  1. `to_num`:
  2. +
  3. `stream_to_nums`:
  4. +
## [Exercise-05](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/exercise/sheet05.pdf)