Skip to content
Snippets Groups Projects
Commit d9542bd4 authored by PasJad's avatar PasJad
Browse files

fix: fixed wrong name of parameters in pseudo code function

parent d66ae88b
No related branches found
No related tags found
1 merge request!37fix: fixed wrong call in pseudocode
This commit is part of merge request !37. Comments created here will be created in the context of that merge request.
......@@ -157,7 +157,7 @@ booléen est_feuille(page)
entier position(page, valeur)
i = 0
tant que i < page.nb && val >= page.tab[i+1].clef
tant que i < page.nb && valeur >= page.tab[i+1].clef
i += 1
retourne i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment