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
radhwan.hassine
cours
Commits
920121f1
Commit
920121f1
authored
1 year ago
by
jad.tayan
Committed by
orestis.malaspin
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: fixed wrong call in pseudocode
parent
d801593d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
slides/cours_20.md
+1
-1
1 addition, 1 deletion
slides/cours_20.md
slides/cours_22.md
+1
-1
1 addition, 1 deletion
slides/cours_22.md
with
2 additions
and
2 deletions
slides/cours_20.md
+
1
−
1
View file @
920121f1
...
...
@@ -429,7 +429,7 @@ rien compression_avec_pertes(arbre, theta)
```
C
arbre = matrice_à_arbre(matrice)
moyenne(arbre)
compression_
sans
_pertes(arbre)
compression_
avec
_pertes(arbre)
```
# La dynamique des corps célestes
...
...
This diff is collapsed.
Click to expand it.
slides/cours_22.md
+
1
−
1
View file @
920121f1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment