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
Commits
6590a42b
Commit
6590a42b
authored
3 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Plain Diff
Merge branch 'pk' into 'master'
Pk See merge request
!6
parents
281465f6
b3a7b643
No related branches found
No related tags found
1 merge request
!6
Pk
Pipeline
#16155
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
slides/cours_18.md
+4
-2
4 additions, 2 deletions
slides/cours_18.md
with
4 additions
and
2 deletions
slides/cours_18.md
+
4
−
2
View file @
6590a42b
...
@@ -426,8 +426,8 @@ fe(P) = -1
...
@@ -426,8 +426,8 @@ fe(P) = -1
fe(P) = -2 && fe(gauche(P)) = -1 => cas 1a
fe(P) = -2 && fe(gauche(P)) = -1 => cas 1a
fe(P) = -2 && fe(gauche(P)) = +1 => cas 2a
fe(P) = -2 && fe(gauche(P)) = +1 => cas 2a
fe(P) = +2 && fe(
gauch
e(P)) = -1 => cas
1
b
fe(P) = +2 && fe(
droit
e(P)) = -1 => cas
2
b
fe(P) = +2 && fe(
gauch
e(P)) = +1 => cas
2
b
fe(P) = +2 && fe(
droit
e(P)) = +1 => cas
1
b
```
```
## Dessiner les différents cas, sur le dessin ci-dessous
## Dessiner les différents cas, sur le dessin ci-dessous
...
@@ -442,6 +442,7 @@ fe(P) = +2 && fe(gauche(P)) = +1 => cas 2b
...
@@ -442,6 +442,7 @@ fe(P) = +2 && fe(gauche(P)) = +1 => cas 2b
. . .
. . .
\f
ootnotesize
```
```
arbre rotation_gauche(arbre P)
arbre rotation_gauche(arbre P)
si est_non_vide(P)
si est_non_vide(P)
...
@@ -473,6 +474,7 @@ arbre rotation_gauche(arbre P)
...
@@ -473,6 +474,7 @@ arbre rotation_gauche(arbre P)
. . .
. . .
\f
ootnotesize
```
C
```
C
typedef struct _node {
typedef struct _node {
int key;
int key;
...
...
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