vault backup: 2023-09-15 17:44:01

This commit is contained in:
2023-09-15 17:44:01 +02:00
parent 8e290a1e04
commit 00af0e8a7f
2 changed files with 6 additions and 5 deletions

View File

@ -139,6 +139,7 @@ The best algorithm in term of complexity is the parameter that is constant/linea
<center><img src="https://imgur.com/6OWREOm.png" height=400 width=auto/></center>
This function is not optimize because the number of calls is growing exponentially.
A good function will be:
```Ocaml