Skip to content
Snippets Groups Projects
Commit 64ffc8ef authored by mathieu.corboz's avatar mathieu.corboz
Browse files

correction fonction rechercher: position doit être celle de la case d'avant...

correction fonction rechercher: position doit être celle de la case d'avant pour accéder à la sous page.
parent 5e418eb1
No related branches found
No related tags found
1 merge request!29Mathieu.corboz master patch 39104
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
......@@ -189,7 +189,7 @@ page recherche(page, valeur)
sinon si est_feuille(page)
retourne vide
sinon
recherche(page.tab[position(page, valeur-1)], valeur)
recherche(page.tab[position(page, valeur)-1], valeur)
```
# Les B-arbres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment