-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsamd.txt
83 lines (83 loc) · 3.3 KB
/
samd.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
BENCHMARKS
bubbleSort() 10 0.031 0.035 0.039 3
bubbleSort() 30 0.272 0.309 0.334 3
bubbleSort() 100 3.400 3.417 3.443 3
bubbleSort() 300 30.300 31.707 32.981 3
bubbleSort() 1000 364.705 368.210 370.004 3
insertionSort() 10 0.012 0.014 0.016 3
insertionSort() 30 0.089 0.096 0.108 3
insertionSort() 100 0.836 0.881 0.949 3
insertionSort() 300 7.820 8.132 8.320 3
insertionSort() 1000 86.148 87.196 88.020 3
selectionSort() 10 0.024 0.024 0.025 3
selectionSort() 30 0.160 0.160 0.160 3
selectionSort() 100 1.627 1.628 1.629 3
selectionSort() 300 14.303 14.305 14.307 3
selectionSort() 1000 157.623 157.637 157.657 3
shellSortClassic() 10 0.015 0.016 0.018 20
shellSortClassic() 30 0.061 0.066 0.075 20
shellSortClassic() 100 0.333 0.350 0.376 20
shellSortClassic() 300 1.363 1.405 1.460 20
shellSortClassic() 1000 5.676 5.861 6.095 20
shellSortClassic() 3000 21.988 22.452 23.073 20
shellSortKnuth() 10 0.017 0.019 0.024 20
shellSortKnuth() 30 0.060 0.066 0.071 20
shellSortKnuth() 100 0.276 0.289 0.310 20
shellSortKnuth() 300 1.103 1.153 1.206 20
shellSortKnuth() 1000 4.866 5.112 5.436 20
shellSortKnuth() 3000 18.553 19.448 20.779 20
shellSortTokuda() 10 0.018 0.020 0.022 20
shellSortTokuda() 30 0.077 0.082 0.090 20
shellSortTokuda() 100 0.369 0.390 0.409 20
shellSortTokuda() 300 1.514 1.555 1.589 20
shellSortTokuda() 1000 6.580 6.673 6.773 20
shellSortTokuda() 3000 23.953 24.186 24.639 20
combSort13() 10 0.034 0.035 0.040 20
combSort13() 30 0.113 0.121 0.129 20
combSort13() 100 0.469 0.515 0.574 20
combSort13() 300 1.854 1.940 2.075 20
combSort13() 1000 8.276 8.554 9.355 20
combSort13() 3000 30.278 31.045 33.507 20
combSort13m() 10 0.034 0.036 0.044 20
combSort13m() 30 0.124 0.126 0.138 20
combSort13m() 100 0.501 0.532 0.581 20
combSort13m() 300 1.860 1.963 2.078 20
combSort13m() 1000 7.908 8.252 8.633 20
combSort13m() 3000 29.177 29.795 30.299 20
combSort133() 10 0.019 0.021 0.024 20
combSort133() 30 0.089 0.092 0.102 20
combSort133() 100 0.427 0.473 0.615 20
combSort133() 300 1.721 1.842 1.950 20
combSort133() 1000 7.609 8.258 9.034 20
combSort133() 3000 27.340 28.208 29.495 20
combSort133m() 10 0.021 0.021 0.023 20
combSort133m() 30 0.099 0.100 0.104 20
combSort133m() 100 0.464 0.473 0.507 20
combSort133m() 300 1.726 1.829 1.953 20
combSort133m() 1000 7.620 7.968 8.335 20
combSort133m() 3000 27.348 28.906 33.753 20
quickSortMiddle() 10 0.017 0.022 0.030 20
quickSortMiddle() 30 0.064 0.074 0.088 20
quickSortMiddle() 100 0.284 0.319 0.381 20
quickSortMiddle() 300 1.015 1.088 1.197 20
quickSortMiddle() 1000 3.901 4.246 4.794 20
quickSortMiddle() 3000 13.486 14.142 14.859 20
quickSortMedian() 10 0.022 0.026 0.031 20
quickSortMedian() 30 0.077 0.089 0.102 20
quickSortMedian() 100 0.326 0.344 0.373 20
quickSortMedian() 300 1.106 1.161 1.231 20
quickSortMedian() 1000 4.234 4.343 4.530 20
quickSortMedian() 3000 14.121 14.457 15.235 20
quickSortMedianSwapped() 10 0.017 0.020 0.023 20
quickSortMedianSwapped() 30 0.065 0.071 0.077 20
quickSortMedianSwapped() 100 0.263 0.284 0.310 20
quickSortMedianSwapped() 300 0.937 0.999 1.062 20
quickSortMedianSwapped() 1000 3.618 3.775 4.083 20
quickSortMedianSwapped() 3000 12.054 12.605 13.354 20
qsort() 10 0.041 0.053 0.068 20
qsort() 30 0.185 0.208 0.242 20
qsort() 100 0.802 0.862 0.901 20
qsort() 300 3.022 3.110 3.275 20
qsort() 1000 11.910 12.192 12.486 20
qsort() 3000 40.545 41.025 41.483 20
END