now?
This commit is contained in:
@ -23,15 +23,15 @@
|
|||||||
## Vorrechnen
|
## Vorrechnen
|
||||||
|
|
||||||
1. `lists.py`
|
1. `lists.py`
|
||||||
a. `even`:
|
A. `even`:
|
||||||
b. `min`:
|
B. `min`:
|
||||||
c. `max`:
|
C. `max`:
|
||||||
2. `euler.py`
|
2. `euler.py`
|
||||||
a. `fac`:
|
A. `fac`:
|
||||||
b. `approx_e`:
|
B. `approx_e`:
|
||||||
3. `binary.py`
|
3. `binary.py`
|
||||||
a. `to_num`:
|
A. `to_num`:
|
||||||
b. `stream_to_nums`:
|
B. `stream_to_nums`:
|
||||||
|
|
||||||
## [Exercise-05](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/exercise/sheet05.pdf)
|
## [Exercise-05](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/exercise/sheet05.pdf)
|
||||||
|
|
||||||
@ -52,3 +52,5 @@ def prime_factorization(n):
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### [Dataclass](./src/data_classes.py)
|
#### [Dataclass](./src/data_classes.py)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user