test mermaid

This commit is contained in:
tuanvu
2025-12-21 12:56:08 +01:00
parent 4319e7d6d1
commit 63fa3e966b

View File

@@ -7,9 +7,13 @@
## Diagramme de classe UML :
```plantuml
Bob -> Alice : caca
```mermaid
graph TD
A[Start] --> B[Push element]
B --> C{Heap empty?}
C -- Yes --> D[Insert as root]
C -- No --> E[Bubble up]
E --> F[Heap property restored]
```
## Stratégies de diffusions :