This commit is contained in:
Florian GENIQUE 2024-11-26 11:32:43 +01:00
parent a7b30e8e79
commit afa840b9bd

View File

@ -54,6 +54,7 @@ def tri(t):
print(t)
tri([[3, 9, 6], [9, 3, 8], [10, 67, 55]])
```
Complexité algorithmique de ma fonction tri() :