From b48fcb1dc971072856f96bae072782fd4d3052a7 Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Tue, 24 Mar 2026 10:43:00 +0100 Subject: [PATCH] typo --- algorithmes/DICHOTOMIQUE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithmes/DICHOTOMIQUE.md b/algorithmes/DICHOTOMIQUE.md index 08b0d91..60a28aa 100644 --- a/algorithmes/DICHOTOMIQUE.md +++ b/algorithmes/DICHOTOMIQUE.md @@ -91,7 +91,7 @@ n_3=\frac{n_2}{2} $$ -***Important*** : la taille d’un tableau étant forcément un *nombre entier*, 𝑛𝑖 va devenir à un moment ou un autre égal à 1. +***Important*** : la taille d’un tableau étant forcément un *nombre entier*, 𝑛 va devenir à un moment ou un autre égal à 1. Cela signifiera qu’après avoir divisé 𝑛 par 2 un nombre de fois égal à un certain nombre 𝑎, le tableau ne comportera plus qu’une seule valeur (et par conséquent l’algorithme s’arrête).