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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
algorithmique
cours
Merge requests
!37
Something went wrong on our end
fix: fixed wrong call in pseudocode
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: fixed wrong call in pseudocode
jad.tayan/cours:master
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
jad.tayan
requested to merge
jad.tayan/cours:master
into
master
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Correction d'un pseudo-code sur la slide du cours 20.
0
0
Merge request reports
Viewing commit
d9542bd4
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d9542bd4
fix: fixed wrong name of parameters in pseudo code function
· d9542bd4
PasJad
authored
1 year ago
slides/cours_22.md
+
1
−
1
Options
@@ -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 && val
eur
>= page.tab[i+1].clef
i += 1
retourne i
Loading