Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cours
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
algorithmique
cours
Merge requests
!23
Mathieu.corboz master patch 89585
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Mathieu.corboz master patch 89585
mathieu.corboz/cours:mathieu.corboz-master-patch-89585
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Closed
Mathieu.corboz master patch 89585
mathieu.corboz
requested to merge
mathieu.corboz/cours:mathieu.corboz-master-patch-89585
into
master
May 19, 2023
Overview
0
Commits
2
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
edbfd3b1
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
edbfd3b1
correction slide
· edbfd3b1
mathieu.corboz
authored
May 19, 2023
slides_2021/cours_23.md
+
1
−
1
View file @ 70f708db
Edit in single-file editor
Open in Web IDE
Show full file
@@ -189,7 +189,7 @@ page recherche(page, valeur)
@@ -189,7 +189,7 @@ page recherche(page, valeur)
sinon si est_feuille(page)
sinon si est_feuille(page)
retourne vide
retourne vide
sinon
sinon
recherche(page.tab[position(page, valeur)], valeur)
recherche(page.tab[position(page, valeur
-1
)], valeur)
```
```
# Les B-arbres
# Les B-arbres
Loading