Skip to content
Snippets Groups Projects
Verified Commit 23cc56e2 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated cas 1a

parent a89e920c
Branches
Tags
No related merge requests found
...@@ -1283,14 +1283,17 @@ graph TD; ...@@ -1283,14 +1283,17 @@ graph TD;
## Cas 1a ## Cas 1a
* `u`, `v`, `w` même hauteur.
* déséquilibre après insertion dans `u`
```{.mermaid format=pdf width=400 loc=figs/} ```{.mermaid format=pdf width=400 loc=figs/}
graph TD; graph TD;
id0((B))-->id1((A)); id0((B))-->id1((A));
id0-->id2[/w\]; id0-->id2[/w\];
id1-->id3[/u\]; id1-->id3[/u\];
id1-->id4[/v\]; id1-->id4[/v\];
id4-->id5(( )); id3-->id5(( ));
id4-->id6(( )); id3-->id6(( ));
style id5 fill:#fff,stroke:#fff style id5 fill:#fff,stroke:#fff
style id6 fill:#fff,stroke:#fff style id6 fill:#fff,stroke:#fff
``` ```
...@@ -1301,16 +1304,17 @@ graph TD; ...@@ -1301,16 +1304,17 @@ graph TD;
. . . . . .
* `hd > hg` * ramène `u`, `v` `w` à la même hauteur.
```{.mermaid format=pdf width=400 loc=figs/} ```{.mermaid format=pdf width=400 loc=figs/}
graph TD; graph TD;
id0((A))-->id1((B)); id0((A))-->id1[/u\];
id0-->id2[/u\]; id0-->id2((B));
id1-->id3[/v\]; id2-->id3[/v\];
id1-->id4[/w\]; id2-->id4[/w\];
id2-->id5(( )); id1-->id5(( ));
id2-->id6(( )); id1-->id6(( ));
style id5 fill:#fff,stroke:#fff style id5 fill:#fff,stroke:#fff
style id6 fill:#fff,stroke:#fff style id6 fill:#fff,stroke:#fff
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment