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
jacquesw.ndoumben
cours
Commits
21355279
Verified
Commit
21355279
authored
1 year ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
maj 2024
parent
16927be9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
slides/cours_16.md
+3
-3
3 additions, 3 deletions
slides/cours_16.md
slides/cours_17.md
+1366
-0
1366 additions, 0 deletions
slides/cours_17.md
slides/metadata.yaml
+1
-1
1 addition, 1 deletion
slides/metadata.yaml
with
1370 additions
and
4 deletions
slides/cours_16.md
+
3
−
3
View file @
21355279
...
...
@@ -634,9 +634,9 @@ void tree_print(tree_t tree, int n) {
parcours_infixe(arbre a)
si est_pas_vide(gauche(a))
parcours_infixe(gauche(a))
visiter(
A
)
si est_pas_vide(droite(
A
))
parcours_infixe(droite(
A
))
visiter(
a
)
si est_pas_vide(droite(
a
))
parcours_infixe(droite(
a
))
```
# Correction
...
...
This diff is collapsed.
Click to expand it.
slides/cours_17.md
0 → 100644
+
1366
−
0
View file @
21355279
This diff is collapsed.
Click to expand it.
slides/metadata.yaml
+
1
−
1
View file @
21355279
---
subtitle
:
"
Algorithmique
et
structures
de
données,
2023-2024"
author
:
"
P.
Albuquerque
(B41
0)
et
O.
Malaspinas
(A401),
ISC,
HEPIA"
author
:
"
P.
Kunzli
(A43
0)
et
O.
Malaspinas
(A401),
ISC,
HEPIA"
institute
:
En partie inspirés des supports de cours de P. Albuquerque
lang
:
fr-CH
revealjs-url
:
/reveal.js
...
...
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