Des tableaux plus cohérents !
This commit is contained in:
parent
187b191fdd
commit
720c8cffef
|
@ -219,7 +219,7 @@ partie("Analyse du tri par insertion")
|
|||
|
||||
question(1)
|
||||
|
||||
tableau = [['i', 'croissante ', 'decroissante', 'aléatoire ']]
|
||||
tableau = [tableau[0]]
|
||||
for i in range(2, 102):
|
||||
tableau.append([i - 1, tri_et_compte(tri_insertion, liste_croissante(i))[1], tri_et_compte(
|
||||
tri_insertion, liste_decroissante(i))[1], tri_et_compte(tri_insertion, liste_alea(i, 0, 500))[1]])
|
||||
|
|
Reference in a new issue