ソースを参照

Cambiando el file a sortingFinal

Dayan 1 年間 前
コミット
b9bc4a2b37
共有1 個のファイルを変更した0 個の追加2 個の削除を含む
  1. 0
    2
      sorting.py

+ 0
- 2
sorting.py ファイルの表示

@@ -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
-