此提交包含在:
2024-11-26 11:32:43 +01:00
父節點 a7b30e8e79
當前提交 afa840b9bd

查看文件

@@ -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() :