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