From 1d2661a6afa0c3d2de1f969a2cfaf9ff24d5181e Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Wed, 30 Mar 2022 16:32:50 +0200 Subject: [PATCH] test formule math --- algorithmes/DICHOTOMIQUE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithmes/DICHOTOMIQUE.md b/algorithmes/DICHOTOMIQUE.md index 4d9f22f..8933dcf 100644 --- a/algorithmes/DICHOTOMIQUE.md +++ b/algorithmes/DICHOTOMIQUE.md @@ -74,7 +74,7 @@ Soit un tableau de taille 𝑛. Si on « coupe » ce tableau en deux parts égales, cela revient à diviser 𝑛 par deux à chaque itération : - $$ n_2 = \frac {n_1}{2} $$