ソースを参照

Cambiando el file a sortingFinal

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

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

62
 print "HeapSort " + str(acumulaHeap/veces) + " segundos"
62
 print "HeapSort " + str(acumulaHeap/veces) + " segundos"
63
 print "QuickSort " + str(acumulaQuick/veces) + " segundos"
63
 print "QuickSort " + str(acumulaQuick/veces) + " segundos"
64
 print "ShellSort " + str(acumulaShell/veces) + " segundos"
64
 print "ShellSort " + str(acumulaShell/veces) + " segundos"
65
-
66
-