Explorar el Código

Cambiando el file a sortingFinal

Dayan hace 1 año
padre
commit
b9bc4a2b37
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      sorting.py

+ 0
- 2
sorting.py Ver fichero

@@ -62,5 +62,3 @@ print "MergeSort " + str(acumulaMerge/veces) + " segundos"
62 62
 print "HeapSort " + str(acumulaHeap/veces) + " segundos"
63 63
 print "QuickSort " + str(acumulaQuick/veces) + " segundos"
64 64
 print "ShellSort " + str(acumulaShell/veces) + " segundos"
65
-
66
-