Listes chaînées : images Pokémon dans le schéma
This commit is contained in:
@@ -41,13 +41,26 @@ m1 = Maillon("Bulbizarre", m2)
|
|||||||
|
|
||||||
Chaque Pokémon connait son évolution suivante - mais pas la précédente. C'est exactement le principe du maillon.
|
Chaque Pokémon connait son évolution suivante - mais pas la précédente. C'est exactement le principe du maillon.
|
||||||
|
|
||||||
```mermaid
|
<div style="display:flex;align-items:center;gap:1rem;flex-wrap:wrap;">
|
||||||
flowchart LR
|
<div style="text-align:center">
|
||||||
A["Bulbizarre\n(valeur)"] -->|"suivant"| B["Herbizarre\n(valeur)"]
|
<img src="bulbizarre.jpg" alt="Bulbizarre" style="height:80px"><br>
|
||||||
B -->|"suivant"| C["Florizarre\n(valeur)"]
|
<strong>Bulbizarre</strong>
|
||||||
C -->|"suivant"| N["None"]
|
</div>
|
||||||
style N fill:#eee,stroke:#aaa,color:#aaa
|
<span style="font-size:2rem">→</span>
|
||||||
```
|
<div style="text-align:center">
|
||||||
|
<img src="herbizarre.jpg" alt="Herbizarre" style="height:80px"><br>
|
||||||
|
<strong>Herbizarre</strong>
|
||||||
|
</div>
|
||||||
|
<span style="font-size:2rem">→</span>
|
||||||
|
<div style="text-align:center">
|
||||||
|
<img src="florizarre.png" alt="Florizarre" style="height:80px"><br>
|
||||||
|
<strong>Florizarre</strong>
|
||||||
|
</div>
|
||||||
|
<span style="font-size:2rem">→</span>
|
||||||
|
<div style="text-align:center;color:#aaa">
|
||||||
|
<strong>None</strong>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
BIN
Structures_lineaires/Listes_chainees/bulbizarre.jpg
Normal file
BIN
Structures_lineaires/Listes_chainees/bulbizarre.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
BIN
Structures_lineaires/Listes_chainees/florizarre.png
Normal file
BIN
Structures_lineaires/Listes_chainees/florizarre.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 231 KiB |
BIN
Structures_lineaires/Listes_chainees/herbizarre.jpg
Normal file
BIN
Structures_lineaires/Listes_chainees/herbizarre.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
Reference in New Issue
Block a user