1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
def tri_selection(liste): |
|||
n = len(liste) |
|||
|
|||
for i in range(n): |
|||
# On suppose que le minimum est au début |
|||
indice_min = i |
|||
Loading…
Reference in new issue