vault backup: 2023-09-15 14:51:50
This commit is contained in:
@ -102,3 +102,6 @@ An accumulator is a thing that try to get our result. In CAML we trying to not u
|
||||
| n -> rev (inv*10 + n mod 10)(n/10)
|
||||
in rev 0 n;;
|
||||
```
|
||||
|
||||
## 4.3. Complexity
|
||||
Exemple with egypt (4.10) vs multiply (4.6)
|
Reference in New Issue
Block a user