Skip to content
Snippets Groups Projects
Commit 7f968485 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

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

parent a52d0b4c
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