]> AND Private Git Repository - 16dcc.git/blobdiff - complexityDisplay.py
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
intégration des remarques des relecteurs
[16dcc.git] / complexityDisplay.py
index 60f2c7925f84898dc8bb0b684b8346723f4c466d..e02d1f5572720fa3fa5977a2882c7b95440060b3 100644 (file)
@@ -8,7 +8,7 @@ rhugo,rwow,runiw,rcanny=[],[],[],[]
 T=3
 
 x = [4 , 5 , 6 , 7, 8 , 9 , 10, 11 , 12 , 13 , 14 , 15 , 16 ]
-y = [21.8 , 28.4 , 35.4 , 42.5 , 50 , 57.7 , 65.6, 73.5 , 81.6 , 90 , 98.3 , 107.1 , 116]
+y = [21.8 , 28.4 , 35.4 , 42.5 , 50 , 57.7 , 65.6, 73.5 , 81.6 , 90 , 98.3 , 107.1 , 115.7]
 yp = [ 2*l*m.log(2*l +8) for l in x]