vault backup: 2023-10-20 15:01:49

This commit is contained in:
Louis Gallet 2023-10-20 15:01:49 +02:00
parent c0b32ea9cb
commit dd37f90a0d
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -281,7 +281,7 @@ Complexity : $O(\sum_{\forall{l\in{(el::ll)}}}^{}1+length(l))$
## Exercise 6.1
```Ocaml
let rec decompose = function
|
let rec decompose x =
if ()
if (x % 2) = 0 then
decompose(x/2)