home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / sorts_2 / sort_lst.txt next >
Text File  |  1993-06-06  |  627b  |  11 lines

  1. Sort    Time    Iterations    Swaps    Swaps per    Iterations per    Swaps per    Efficiency
  2.     (sec)            Iteration    Time    Time    (S:I / I:T)
  3. Bubble sort    36    4950    96    0.0193939    137.5    0.375    7089.844
  4. DF Sort    39    5100    95    0.0186275    130.7692308    0.41052632    7020.243
  5. GK Sort    147    3547    398    0.1122075    24.1292517    0.36934673    215.0413
  6. Heap Sort    292    8193    803    0.0980105    28.05821918    0.36363636    286.2777
  7. Insertion Sort    890    99    2465    24.89899    0.111235955    0.36105477    0.004467
  8. Quick Sort    90    930    235    0.2526882    10.33333333    0.38297872    40.89362
  9. Selective Sort    692    4950    1814    0.3664646    7.153179191    0.3814774    19.51943
  10. Shell Sort    133    812    350    0.4310345    6.105263158    0.38    14.16421
  11.