From 7f968485a516bcf245ff9e759e81074260ec6695 Mon Sep 17 00:00:00 2001 From: "iliya.saroukha" <iliya.saroukhanian@etu.hesge.ch> Date: Fri, 12 May 2023 11:09:11 +0200 Subject: [PATCH] corrected "order" of B-tree for the insertions in the initial examples --- slides/cours_21.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slides/cours_21.md b/slides/cours_21.md index e1aa620..ba83d2d 100644 --- a/slides/cours_21.md +++ b/slides/cours_21.md @@ -619,7 +619,7 @@ rien maj_force_sur_etoile(arbre, e, theta) ## Exemples d'insertion: `5` - + . . . @@ -641,7 +641,7 @@ rien maj_force_sur_etoile(arbre, e, theta) ## Exemples d'insertion: `6` - + . . . @@ -660,7 +660,7 @@ rien maj_force_sur_etoile(arbre, e, theta) ## Exemples d'insertion: `7` -{width=50%} +{width=50%} . . . -- GitLab