vault backup: 2023-09-15 14:51:50

This commit is contained in:
2023-09-15 14:51:50 +02:00
parent b5ec7a1ce4
commit c297a59106
3 changed files with 18 additions and 5 deletions

View File

@ -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)