vault backup: 2023-10-20 15:01:49
This commit is contained in:
parent
c0b32ea9cb
commit
dd37f90a0d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user