Skip to content
Snippets Groups Projects
Commit da0f3919 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

Merge branch 'iliya.saroukha-master-patch-17394' into 'master'

corrected "order" of B-tree for the insertions in the initial examples

See merge request algorithmique/cours!22
parents d31a8bba 7f968485
No related branches found
No related tags found
No related merge requests found
......@@ -619,7 +619,7 @@ rien maj_force_sur_etoile(arbre, e, theta)
## Exemples d'insertion: `5`
![B-arbre d'ordre 2.](figs/barbres_5.svg)
![B-arbre d'ordre 1.](figs/barbres_5.svg)
. . .
......@@ -641,7 +641,7 @@ rien maj_force_sur_etoile(arbre, e, theta)
## Exemples d'insertion: `6`
![B-arbre d'ordre 2.](figs/barbres_6.svg)
![B-arbre d'ordre 1.](figs/barbres_6.svg)
. . .
......@@ -660,7 +660,7 @@ rien maj_force_sur_etoile(arbre, e, theta)
## Exemples d'insertion: `7`
![B-arbre d'ordre 2.](figs/barbres_7.svg){width=50%}
![B-arbre d'ordre 1.](figs/barbres_7.svg){width=50%}
. . .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment