ismielabir commited on
Commit
f686b21
·
verified ·
1 Parent(s): fd162bc

Upload Sorting_Algorithm.csv

Browse files
Files changed (1) hide show
  1. Sorting_Algorithm.csv +904 -0
Sorting_Algorithm.csv ADDED
@@ -0,0 +1,904 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ run,algorithm,array_size,execution_time_ms,memory_usage_kb,comparison_count
2
+ 1,Bubble Sort,1000,1910.624,1534.981,499500
3
+ 2,Bubble Sort,1000,1922.265,0.328,499500
4
+ 3,Bubble Sort,1000,1867.094,0.328,499500
5
+ 4,Bubble Sort,1000,1908.67,0.328,499500
6
+ 5,Bubble Sort,1000,1880.33,0.328,499500
7
+ 6,Bubble Sort,1000,1891.591,0.328,499500
8
+ 7,Bubble Sort,1000,1944.747,0.328,499500
9
+ 8,Bubble Sort,1000,1937.2,0.328,499500
10
+ 9,Bubble Sort,1000,1903.105,0.328,499500
11
+ 10,Bubble Sort,1000,1928.07,0.328,499500
12
+ 11,Bubble Sort,1000,1905.952,0.328,499500
13
+ 12,Bubble Sort,1000,1911.846,0.328,499500
14
+ 13,Bubble Sort,1000,1917.9,0.328,499500
15
+ 14,Bubble Sort,1000,1961.932,0.328,499500
16
+ 15,Bubble Sort,1000,1929.027,0.328,499500
17
+ 16,Bubble Sort,1000,1905.801,0.328,499500
18
+ 17,Bubble Sort,1000,1913.855,0.328,499500
19
+ 18,Bubble Sort,1000,1976.259,0.328,499500
20
+ 19,Bubble Sort,1000,1914.681,0.328,499500
21
+ 20,Bubble Sort,1000,1851.954,0.328,499500
22
+ 21,Bubble Sort,1000,1859.008,0.328,499500
23
+ 22,Bubble Sort,1000,1872.964,0.328,499500
24
+ 23,Bubble Sort,1000,1949.369,0.328,499500
25
+ 24,Bubble Sort,1000,1894.049,0.328,499500
26
+ 25,Bubble Sort,1000,1879.522,0.328,499500
27
+ 26,Bubble Sort,1000,1898.209,0.328,499500
28
+ 27,Bubble Sort,1000,1910.39,0.328,499500
29
+ 28,Bubble Sort,1000,1932.72,0.328,499500
30
+ 29,Bubble Sort,1000,1925.742,0.328,499500
31
+ 30,Bubble Sort,1000,1904.462,0.328,499500
32
+ 31,Bubble Sort,1000,2002.545,0.328,499500
33
+ 32,Bubble Sort,1000,1910.121,0.328,499500
34
+ 33,Bubble Sort,1000,1895.519,0.328,499500
35
+ 34,Bubble Sort,1000,1938.746,0.328,499500
36
+ 35,Bubble Sort,1000,1917.022,0.328,499500
37
+ 36,Bubble Sort,1000,1924.73,0.328,499500
38
+ 37,Bubble Sort,1000,1923.039,0.328,499500
39
+ 38,Bubble Sort,1000,1906.724,0.328,499500
40
+ 39,Bubble Sort,1000,1902.959,0.328,499500
41
+ 40,Bubble Sort,1000,1885.37,0.328,499500
42
+ 41,Bubble Sort,1000,1909.454,0.328,499500
43
+ 42,Bubble Sort,1000,1890.374,0.328,499500
44
+ 43,Bubble Sort,1000,1891.6,0.328,499500
45
+ 44,Bubble Sort,1000,1951.102,0.328,499500
46
+ 45,Bubble Sort,1000,1906.634,0.328,499500
47
+ 46,Bubble Sort,1000,1930.457,0.328,499500
48
+ 47,Bubble Sort,1000,1991.365,0.328,499500
49
+ 48,Bubble Sort,1000,1883.58,0.328,499500
50
+ 49,Bubble Sort,1000,1942.855,0.328,499500
51
+ 50,Bubble Sort,1000,1901.707,0.328,499500
52
+ 51,Bubble Sort,1000,1887.289,0.328,499500
53
+ 52,Bubble Sort,1000,1898.499,0.328,499500
54
+ 53,Bubble Sort,1000,1942.924,0.328,499500
55
+ 54,Bubble Sort,1000,1939.474,0.328,499500
56
+ 55,Bubble Sort,1000,1933.595,0.328,499500
57
+ 56,Bubble Sort,1000,1923.47,0.328,499500
58
+ 57,Bubble Sort,1000,1878.528,0.328,499500
59
+ 58,Bubble Sort,1000,1894.329,0.328,499500
60
+ 59,Bubble Sort,1000,1909.406,0.328,499500
61
+ 60,Bubble Sort,1000,1947.816,0.328,499500
62
+ 61,Bubble Sort,1000,1896.822,0.328,499500
63
+ 62,Bubble Sort,1000,1928.349,0.328,499500
64
+ 63,Bubble Sort,1000,1879.125,0.328,499500
65
+ 64,Bubble Sort,1000,1945.846,0.328,499500
66
+ 65,Bubble Sort,1000,1921.772,0.328,499500
67
+ 66,Bubble Sort,1000,1864.72,0.328,499500
68
+ 67,Bubble Sort,1000,1884.711,0.328,499500
69
+ 68,Bubble Sort,1000,1942.312,0.328,499500
70
+ 69,Bubble Sort,1000,1941.349,0.328,499500
71
+ 70,Bubble Sort,1000,1953.68,0.328,499500
72
+ 71,Bubble Sort,1000,1953.079,0.328,499500
73
+ 72,Bubble Sort,1000,1909.272,0.328,499500
74
+ 73,Bubble Sort,1000,1888.06,0.328,499500
75
+ 74,Bubble Sort,1000,1922.064,0.328,499500
76
+ 75,Bubble Sort,1000,1907.03,0.328,499500
77
+ 76,Bubble Sort,1000,1924.996,0.328,499500
78
+ 77,Bubble Sort,1000,1885.334,0.328,499500
79
+ 78,Bubble Sort,1000,1904.464,0.328,499500
80
+ 79,Bubble Sort,1000,1895.39,0.328,499500
81
+ 80,Bubble Sort,1000,1947.279,0.328,499500
82
+ 81,Bubble Sort,1000,2009.701,0.328,499500
83
+ 82,Bubble Sort,1000,1924.911,0.328,499500
84
+ 83,Bubble Sort,1000,1902.163,0.328,499500
85
+ 84,Bubble Sort,1000,1898.982,0.328,499500
86
+ 85,Bubble Sort,1000,1913.027,0.328,499500
87
+ 86,Bubble Sort,1000,1922.698,0.328,499500
88
+ 87,Bubble Sort,1000,1900.726,0.328,499500
89
+ 88,Bubble Sort,1000,1894.091,0.328,499500
90
+ 89,Bubble Sort,1000,1912.784,0.328,499500
91
+ 90,Bubble Sort,1000,1932.206,0.328,499500
92
+ 91,Bubble Sort,1000,1944.926,0.328,499500
93
+ 92,Bubble Sort,1000,1944.886,0.328,499500
94
+ 93,Bubble Sort,1000,1955.845,0.328,499500
95
+ 94,Bubble Sort,1000,1911.287,0.328,499500
96
+ 95,Bubble Sort,1000,1912.974,0.328,499500
97
+ 96,Bubble Sort,1000,1919.563,0.328,499500
98
+ 97,Bubble Sort,1000,1980.897,0.328,499500
99
+ 98,Bubble Sort,1000,1916.552,0.328,499500
100
+ 99,Bubble Sort,1000,1901.278,0.328,499500
101
+ 100,Bubble Sort,1000,1910.749,0.328,499500
102
+ 101,Bubble Sort,1000,1911.749,0.328,499500
103
+ 1,Selection Sort,1000,962.826,0.896,499500
104
+ 2,Selection Sort,1000,961.355,0.328,499500
105
+ 3,Selection Sort,1000,971.086,0.328,499500
106
+ 4,Selection Sort,1000,970.768,0.328,499500
107
+ 5,Selection Sort,1000,960.506,0.328,499500
108
+ 6,Selection Sort,1000,956.246,0.328,499500
109
+ 7,Selection Sort,1000,1034.428,0.328,499500
110
+ 8,Selection Sort,1000,985.849,0.328,499500
111
+ 9,Selection Sort,1000,998.364,0.328,499500
112
+ 10,Selection Sort,1000,974.852,0.328,499500
113
+ 11,Selection Sort,1000,969.32,0.328,499500
114
+ 12,Selection Sort,1000,960.545,0.328,499500
115
+ 13,Selection Sort,1000,975.19,0.328,499500
116
+ 14,Selection Sort,1000,967.524,0.328,499500
117
+ 15,Selection Sort,1000,959.924,0.328,499500
118
+ 16,Selection Sort,1000,965.896,0.328,499500
119
+ 17,Selection Sort,1000,966.103,0.328,499500
120
+ 18,Selection Sort,1000,972.581,0.328,499500
121
+ 19,Selection Sort,1000,1001.71,0.328,499500
122
+ 20,Selection Sort,1000,972.778,0.328,499500
123
+ 21,Selection Sort,1000,965.34,0.328,499500
124
+ 22,Selection Sort,1000,971.44,0.328,499500
125
+ 23,Selection Sort,1000,959.661,0.328,499500
126
+ 24,Selection Sort,1000,963.642,0.328,499500
127
+ 25,Selection Sort,1000,967.269,0.328,499500
128
+ 26,Selection Sort,1000,966.251,0.328,499500
129
+ 27,Selection Sort,1000,972.846,0.328,499500
130
+ 28,Selection Sort,1000,968.963,0.328,499500
131
+ 29,Selection Sort,1000,1001.304,0.328,499500
132
+ 30,Selection Sort,1000,967.977,0.328,499500
133
+ 31,Selection Sort,1000,968.114,0.328,499500
134
+ 32,Selection Sort,1000,971.249,0.328,499500
135
+ 33,Selection Sort,1000,965.167,0.328,499500
136
+ 34,Selection Sort,1000,974.5,0.328,499500
137
+ 35,Selection Sort,1000,958.171,0.328,499500
138
+ 36,Selection Sort,1000,965.748,0.328,499500
139
+ 37,Selection Sort,1000,972.087,0.328,499500
140
+ 38,Selection Sort,1000,972.833,0.328,499500
141
+ 39,Selection Sort,1000,993.784,0.328,499500
142
+ 40,Selection Sort,1000,1066.558,0.328,499500
143
+ 41,Selection Sort,1000,993.291,0.328,499500
144
+ 42,Selection Sort,1000,977.097,0.328,499500
145
+ 43,Selection Sort,1000,958.328,0.328,499500
146
+ 44,Selection Sort,1000,953.504,0.328,499500
147
+ 45,Selection Sort,1000,955.738,0.328,499500
148
+ 46,Selection Sort,1000,960.586,0.328,499500
149
+ 47,Selection Sort,1000,959.028,0.328,499500
150
+ 48,Selection Sort,1000,965.826,0.328,499500
151
+ 49,Selection Sort,1000,966.629,0.328,499500
152
+ 50,Selection Sort,1000,988.284,0.328,499500
153
+ 51,Selection Sort,1000,955.07,0.328,499500
154
+ 52,Selection Sort,1000,956.143,0.328,499500
155
+ 53,Selection Sort,1000,970.319,0.328,499500
156
+ 54,Selection Sort,1000,970.616,0.328,499500
157
+ 55,Selection Sort,1000,954.539,0.328,499500
158
+ 56,Selection Sort,1000,974.052,0.328,499500
159
+ 57,Selection Sort,1000,959.344,0.328,499500
160
+ 58,Selection Sort,1000,972.446,0.328,499500
161
+ 59,Selection Sort,1000,966.163,0.328,499500
162
+ 60,Selection Sort,1000,1003.663,0.328,499500
163
+ 61,Selection Sort,1000,968.138,0.328,499500
164
+ 62,Selection Sort,1000,970.557,0.328,499500
165
+ 63,Selection Sort,1000,964.939,0.328,499500
166
+ 64,Selection Sort,1000,969.742,0.328,499500
167
+ 65,Selection Sort,1000,956.121,0.328,499500
168
+ 66,Selection Sort,1000,965.174,0.328,499500
169
+ 67,Selection Sort,1000,974.118,0.328,499500
170
+ 68,Selection Sort,1000,965.833,0.328,499500
171
+ 69,Selection Sort,1000,975.094,0.328,499500
172
+ 70,Selection Sort,1000,1000.86,0.328,499500
173
+ 71,Selection Sort,1000,965.65,0.328,499500
174
+ 72,Selection Sort,1000,986.938,0.328,499500
175
+ 73,Selection Sort,1000,984.205,0.328,499500
176
+ 74,Selection Sort,1000,967.775,0.328,499500
177
+ 75,Selection Sort,1000,958.309,0.328,499500
178
+ 76,Selection Sort,1000,957.133,0.328,499500
179
+ 77,Selection Sort,1000,960.794,0.328,499500
180
+ 78,Selection Sort,1000,969.55,0.328,499500
181
+ 79,Selection Sort,1000,964.136,0.328,499500
182
+ 80,Selection Sort,1000,977.164,0.328,499500
183
+ 81,Selection Sort,1000,1012.33,0.328,499500
184
+ 82,Selection Sort,1000,965.367,0.328,499500
185
+ 83,Selection Sort,1000,970.52,0.328,499500
186
+ 84,Selection Sort,1000,968.771,0.328,499500
187
+ 85,Selection Sort,1000,968.325,0.328,499500
188
+ 86,Selection Sort,1000,969.815,0.328,499500
189
+ 87,Selection Sort,1000,960.219,0.328,499500
190
+ 88,Selection Sort,1000,960.581,0.328,499500
191
+ 89,Selection Sort,1000,956.164,0.328,499500
192
+ 90,Selection Sort,1000,950.698,0.328,499500
193
+ 91,Selection Sort,1000,987.736,0.328,499500
194
+ 92,Selection Sort,1000,954.073,0.328,499500
195
+ 93,Selection Sort,1000,971.625,0.328,499500
196
+ 94,Selection Sort,1000,965.298,0.328,499500
197
+ 95,Selection Sort,1000,965.767,0.328,499500
198
+ 96,Selection Sort,1000,972.772,0.328,499500
199
+ 97,Selection Sort,1000,955.794,0.328,499500
200
+ 98,Selection Sort,1000,975.386,0.328,499500
201
+ 99,Selection Sort,1000,974.708,0.328,499500
202
+ 100,Selection Sort,1000,970.026,0.328,499500
203
+ 101,Selection Sort,1000,968.026,0.328,499500
204
+ 1,Insertion Sort,1000,1027.015,0.771,254597
205
+ 2,Insertion Sort,1000,1044.437,0.203,251861
206
+ 3,Insertion Sort,1000,1019.624,0.203,247374
207
+ 4,Insertion Sort,1000,1016.379,0.203,251143
208
+ 5,Insertion Sort,1000,1015.063,0.203,248067
209
+ 6,Insertion Sort,1000,969.201,0.203,240123
210
+ 7,Insertion Sort,1000,1040.873,0.203,257925
211
+ 8,Insertion Sort,1000,1000.437,0.203,250225
212
+ 9,Insertion Sort,1000,1024.33,0.203,254466
213
+ 10,Insertion Sort,1000,997.466,0.203,247771
214
+ 11,Insertion Sort,1000,1031.232,0.203,248456
215
+ 12,Insertion Sort,1000,1034.484,0.203,254281
216
+ 13,Insertion Sort,1000,1032.07,0.203,254639
217
+ 14,Insertion Sort,1000,1024.32,0.203,253335
218
+ 15,Insertion Sort,1000,989.397,0.203,245868
219
+ 16,Insertion Sort,1000,1024.201,0.203,250435
220
+ 17,Insertion Sort,1000,1096.285,0.203,253521
221
+ 18,Insertion Sort,1000,987.687,0.203,242697
222
+ 19,Insertion Sort,1000,1006.804,0.203,247150
223
+ 20,Insertion Sort,1000,967.081,0.203,238067
224
+ 21,Insertion Sort,1000,1018.342,0.203,245381
225
+ 22,Insertion Sort,1000,1002.223,0.203,247836
226
+ 23,Insertion Sort,1000,1073.114,0.203,263346
227
+ 24,Insertion Sort,1000,998.203,0.203,249890
228
+ 25,Insertion Sort,1000,1022.515,0.203,253875
229
+ 26,Insertion Sort,1000,971.903,0.203,241426
230
+ 27,Insertion Sort,1000,1012.867,0.203,252105
231
+ 28,Insertion Sort,1000,1001.89,0.203,249753
232
+ 29,Insertion Sort,1000,1032.06,0.203,256510
233
+ 30,Insertion Sort,1000,1042.735,0.203,255337
234
+ 31,Insertion Sort,1000,1037.301,0.203,246912
235
+ 32,Insertion Sort,1000,1015.61,0.203,252753
236
+ 33,Insertion Sort,1000,991.966,0.203,244245
237
+ 34,Insertion Sort,1000,1009.912,0.203,251228
238
+ 35,Insertion Sort,1000,1044.562,0.203,255581
239
+ 36,Insertion Sort,1000,1055.895,0.203,253512
240
+ 37,Insertion Sort,1000,1023.306,0.203,256629
241
+ 38,Insertion Sort,1000,1032.939,0.203,254338
242
+ 39,Insertion Sort,1000,1016.519,0.203,250159
243
+ 40,Insertion Sort,1000,1004.886,0.203,248380
244
+ 41,Insertion Sort,1000,1063.26,0.203,255034
245
+ 42,Insertion Sort,1000,1030.545,0.203,259942
246
+ 43,Insertion Sort,1000,1018.026,0.203,252761
247
+ 44,Insertion Sort,1000,1000.496,0.203,249675
248
+ 45,Insertion Sort,1000,1006.091,0.203,250649
249
+ 46,Insertion Sort,1000,974.662,0.203,242091
250
+ 47,Insertion Sort,1000,1004.124,0.203,246978
251
+ 48,Insertion Sort,1000,1071.687,0.203,250217
252
+ 49,Insertion Sort,1000,1012.119,0.203,248058
253
+ 50,Insertion Sort,1000,1024.293,0.203,256799
254
+ 51,Insertion Sort,1000,1033.977,0.203,249279
255
+ 52,Insertion Sort,1000,1045.863,0.203,252954
256
+ 53,Insertion Sort,1000,1016.882,0.203,251722
257
+ 54,Insertion Sort,1000,987.957,0.203,242958
258
+ 55,Insertion Sort,1000,1017.792,0.203,252745
259
+ 56,Insertion Sort,1000,1051.537,0.203,257877
260
+ 57,Insertion Sort,1000,1002.977,0.203,245577
261
+ 58,Insertion Sort,1000,1005.444,0.203,245773
262
+ 59,Insertion Sort,1000,1050.402,0.203,252787
263
+ 60,Insertion Sort,1000,1009.064,0.203,240939
264
+ 61,Insertion Sort,1000,1049.516,0.203,253141
265
+ 62,Insertion Sort,1000,1024.021,0.203,248926
266
+ 63,Insertion Sort,1000,1028.787,0.203,247779
267
+ 64,Insertion Sort,1000,1021.54,0.203,248178
268
+ 65,Insertion Sort,1000,1040.857,0.203,252181
269
+ 66,Insertion Sort,1000,1037.234,0.203,252219
270
+ 67,Insertion Sort,1000,1027.453,0.203,254521
271
+ 68,Insertion Sort,1000,982.811,0.203,243884
272
+ 69,Insertion Sort,1000,995.57,0.203,246869
273
+ 70,Insertion Sort,1000,1022.509,0.203,243323
274
+ 71,Insertion Sort,1000,1008.313,0.203,247145
275
+ 72,Insertion Sort,1000,1055.471,0.203,258331
276
+ 73,Insertion Sort,1000,1030.645,0.203,251462
277
+ 74,Insertion Sort,1000,1011.587,0.203,250339
278
+ 75,Insertion Sort,1000,1006.52,0.203,248973
279
+ 76,Insertion Sort,1000,1030.834,0.203,254839
280
+ 77,Insertion Sort,1000,1036.613,0.203,255375
281
+ 78,Insertion Sort,1000,1028.682,0.203,252220
282
+ 79,Insertion Sort,1000,1104.526,0.203,253385
283
+ 80,Insertion Sort,1000,1081.486,0.203,249615
284
+ 81,Insertion Sort,1000,1049.81,0.203,255626
285
+ 82,Insertion Sort,1000,1038.724,0.203,256766
286
+ 83,Insertion Sort,1000,1014.155,0.203,253572
287
+ 84,Insertion Sort,1000,1000.579,0.203,246982
288
+ 85,Insertion Sort,1000,1024.772,0.203,250491
289
+ 86,Insertion Sort,1000,987.8,0.203,244570
290
+ 87,Insertion Sort,1000,987.083,0.203,246390
291
+ 88,Insertion Sort,1000,1050.686,0.203,256133
292
+ 89,Insertion Sort,1000,1003.305,0.203,244040
293
+ 90,Insertion Sort,1000,1019.333,0.203,249954
294
+ 91,Insertion Sort,1000,1036.017,0.203,254313
295
+ 92,Insertion Sort,1000,994.92,0.203,246911
296
+ 93,Insertion Sort,1000,1024.565,0.203,250997
297
+ 94,Insertion Sort,1000,1004.516,0.203,249034
298
+ 95,Insertion Sort,1000,1045.455,0.203,257676
299
+ 96,Insertion Sort,1000,1025.783,0.203,250877
300
+ 97,Insertion Sort,1000,1024,0.203,252231
301
+ 98,Insertion Sort,1000,1031.919,0.203,253765
302
+ 99,Insertion Sort,1000,1056.476,0.203,248068
303
+ 100,Insertion Sort,1000,1024.817,0.203,251103
304
+ 101,Insertion Sort,1000,1025.817,0.203,251103
305
+ 1,Merge Sort,1000,20.618,25.889,8731
306
+ 2,Merge Sort,1000,18.028,24.688,8712
307
+ 3,Merge Sort,1000,16.925,25.167,8667
308
+ 4,Merge Sort,1000,16.464,24.695,8694
309
+ 5,Merge Sort,1000,16.158,24.688,8708
310
+ 6,Merge Sort,1000,16.135,24.688,8723
311
+ 7,Merge Sort,1000,16.018,24.688,8704
312
+ 8,Merge Sort,1000,16.108,24.688,8697
313
+ 9,Merge Sort,1000,16.196,24.688,8718
314
+ 10,Merge Sort,1000,17.314,24.688,8683
315
+ 11,Merge Sort,1000,16.035,24.688,8719
316
+ 12,Merge Sort,1000,15.696,24.688,8686
317
+ 13,Merge Sort,1000,16.086,24.695,8712
318
+ 14,Merge Sort,1000,15.743,24.688,8718
319
+ 15,Merge Sort,1000,15.6,24.688,8711
320
+ 16,Merge Sort,1000,15.782,24.688,8695
321
+ 17,Merge Sort,1000,15.853,24.688,8718
322
+ 18,Merge Sort,1000,15.641,24.688,8710
323
+ 19,Merge Sort,1000,16.225,24.688,8708
324
+ 20,Merge Sort,1000,16.367,24.688,8733
325
+ 21,Merge Sort,1000,15.413,24.688,8712
326
+ 22,Merge Sort,1000,15.542,24.688,8726
327
+ 23,Merge Sort,1000,16.278,24.688,8688
328
+ 24,Merge Sort,1000,15.571,24.688,8696
329
+ 25,Merge Sort,1000,15.37,24.688,8714
330
+ 26,Merge Sort,1000,15.407,24.688,8712
331
+ 27,Merge Sort,1000,15.704,24.688,8698
332
+ 28,Merge Sort,1000,15.451,24.688,8692
333
+ 29,Merge Sort,1000,16.088,24.703,8693
334
+ 30,Merge Sort,1000,15.636,24.688,8700
335
+ 31,Merge Sort,1000,16.196,24.688,8748
336
+ 32,Merge Sort,1000,15.565,24.688,8706
337
+ 33,Merge Sort,1000,15.796,24.688,8706
338
+ 34,Merge Sort,1000,15.46,24.688,8702
339
+ 35,Merge Sort,1000,15.899,24.688,8694
340
+ 36,Merge Sort,1000,15.431,24.688,8687
341
+ 37,Merge Sort,1000,15.995,24.688,8674
342
+ 38,Merge Sort,1000,15.647,24.688,8716
343
+ 39,Merge Sort,1000,15.544,24.703,8703
344
+ 40,Merge Sort,1000,15.96,24.719,8705
345
+ 41,Merge Sort,1000,16.335,24.688,8684
346
+ 42,Merge Sort,1000,15.652,24.688,8707
347
+ 43,Merge Sort,1000,16.332,24.688,8695
348
+ 44,Merge Sort,1000,15.587,24.688,8703
349
+ 45,Merge Sort,1000,15.849,24.688,8694
350
+ 46,Merge Sort,1000,15.367,24.688,8671
351
+ 47,Merge Sort,1000,16.34,24.688,8726
352
+ 48,Merge Sort,1000,16.116,24.688,8671
353
+ 49,Merge Sort,1000,16.076,24.688,8708
354
+ 50,Merge Sort,1000,15.488,24.688,8711
355
+ 51,Merge Sort,1000,15.648,24.688,8734
356
+ 52,Merge Sort,1000,15.415,24.688,8702
357
+ 53,Merge Sort,1000,15.562,24.688,8724
358
+ 54,Merge Sort,1000,15.762,24.688,8686
359
+ 55,Merge Sort,1000,15.424,24.688,8716
360
+ 56,Merge Sort,1000,15.434,24.688,8678
361
+ 57,Merge Sort,1000,15.395,24.688,8724
362
+ 58,Merge Sort,1000,15.257,24.688,8700
363
+ 59,Merge Sort,1000,15.516,24.688,8701
364
+ 60,Merge Sort,1000,15.832,24.688,8682
365
+ 61,Merge Sort,1000,15.579,24.688,8706
366
+ 62,Merge Sort,1000,15.328,24.688,8720
367
+ 63,Merge Sort,1000,15.402,24.688,8715
368
+ 64,Merge Sort,1000,15.614,24.688,8716
369
+ 65,Merge Sort,1000,15.315,24.688,8683
370
+ 66,Merge Sort,1000,15.596,24.688,8671
371
+ 67,Merge Sort,1000,15.613,24.688,8720
372
+ 68,Merge Sort,1000,15.44,24.688,8715
373
+ 69,Merge Sort,1000,15.551,24.688,8708
374
+ 70,Merge Sort,1000,15.45,24.688,8700
375
+ 71,Merge Sort,1000,15.374,24.688,8734
376
+ 72,Merge Sort,1000,16.435,24.688,8675
377
+ 73,Merge Sort,1000,15.906,24.688,8710
378
+ 74,Merge Sort,1000,15.295,24.688,8716
379
+ 75,Merge Sort,1000,15.562,24.688,8711
380
+ 76,Merge Sort,1000,16.077,24.688,8707
381
+ 77,Merge Sort,1000,15.613,24.688,8722
382
+ 78,Merge Sort,1000,15.91,24.688,8711
383
+ 79,Merge Sort,1000,15.707,24.688,8685
384
+ 80,Merge Sort,1000,16.965,24.719,8701
385
+ 81,Merge Sort,1000,15.42,24.688,8706
386
+ 82,Merge Sort,1000,15.534,24.688,8704
387
+ 83,Merge Sort,1000,15.246,24.695,8679
388
+ 84,Merge Sort,1000,15.234,24.688,8736
389
+ 85,Merge Sort,1000,15.677,24.688,8679
390
+ 86,Merge Sort,1000,15.43,24.688,8699
391
+ 87,Merge Sort,1000,15.157,24.688,8724
392
+ 88,Merge Sort,1000,15.558,24.688,8686
393
+ 89,Merge Sort,1000,15.533,24.688,8694
394
+ 90,Merge Sort,1000,16.129,24.688,8720
395
+ 91,Merge Sort,1000,16.032,24.688,8714
396
+ 92,Merge Sort,1000,16.068,24.688,8700
397
+ 93,Merge Sort,1000,15.778,24.688,8674
398
+ 94,Merge Sort,1000,16.799,24.688,8699
399
+ 95,Merge Sort,1000,16.111,24.688,8723
400
+ 96,Merge Sort,1000,15.7,24.688,8747
401
+ 97,Merge Sort,1000,15.64,24.688,8712
402
+ 98,Merge Sort,1000,15.801,24.688,8745
403
+ 99,Merge Sort,1000,15.388,24.695,8717
404
+ 100,Merge Sort,1000,15.843,24.688,8707
405
+ 1,Quick Sort,1000,17.848,40.719,10472
406
+ 2,Quick Sort,1000,15.385,52.573,10803
407
+ 3,Quick Sort,1000,14.371,44.344,10845
408
+ 4,Quick Sort,1000,14.096,42.656,10685
409
+ 5,Quick Sort,1000,16.089,47.297,10881
410
+ 6,Quick Sort,1000,14.233,48.547,10924
411
+ 7,Quick Sort,1000,14.313,42.969,10660
412
+ 8,Quick Sort,1000,14.08,45.312,10678
413
+ 9,Quick Sort,1000,14.91,46.883,11145
414
+ 10,Quick Sort,1000,14.79,52.766,11475
415
+ 11,Quick Sort,1000,13.176,37.078,9890
416
+ 12,Quick Sort,1000,14.007,43.242,10661
417
+ 13,Quick Sort,1000,14.052,39.477,10637
418
+ 14,Quick Sort,1000,15.255,52.578,11840
419
+ 15,Quick Sort,1000,13.935,44.039,10662
420
+ 16,Quick Sort,1000,15.854,37.445,10272
421
+ 17,Quick Sort,1000,13.793,38.469,10301
422
+ 18,Quick Sort,1000,14.312,55.156,11139
423
+ 19,Quick Sort,1000,13.592,40.578,10466
424
+ 20,Quick Sort,1000,13.78,41.68,10134
425
+ 21,Quick Sort,1000,14.004,45.719,10550
426
+ 22,Quick Sort,1000,13.974,48.055,10905
427
+ 23,Quick Sort,1000,14.167,48.852,10998
428
+ 24,Quick Sort,1000,15.399,59.617,12289
429
+ 25,Quick Sort,1000,14.51,49.773,10983
430
+ 26,Quick Sort,1000,15.006,57.25,11719
431
+ 27,Quick Sort,1000,14.922,44.195,11257
432
+ 28,Quick Sort,1000,15.821,60.812,12095
433
+ 29,Quick Sort,1000,13.474,36.664,10211
434
+ 30,Quick Sort,1000,14.245,37.93,10561
435
+ 31,Quick Sort,1000,15.865,52.367,11523
436
+ 32,Quick Sort,1000,14.571,52.039,10980
437
+ 33,Quick Sort,1000,15.093,54.938,11549
438
+ 34,Quick Sort,1000,14.767,46.414,10551
439
+ 35,Quick Sort,1000,13.726,38.211,10095
440
+ 36,Quick Sort,1000,14.704,50.867,11056
441
+ 37,Quick Sort,1000,14.637,40.531,11005
442
+ 38,Quick Sort,1000,15.208,49.516,11846
443
+ 39,Quick Sort,1000,14.85,54.938,11712
444
+ 40,Quick Sort,1000,15.139,54.273,11699
445
+ 41,Quick Sort,1000,13.844,43.516,10537
446
+ 42,Quick Sort,1000,16.139,47.375,10769
447
+ 43,Quick Sort,1000,15.817,53.727,12106
448
+ 44,Quick Sort,1000,14.866,49.617,11387
449
+ 45,Quick Sort,1000,13.782,33.734,10209
450
+ 46,Quick Sort,1000,16.317,58.125,12160
451
+ 47,Quick Sort,1000,14.455,37.742,10411
452
+ 48,Quick Sort,1000,16.352,69.555,12820
453
+ 49,Quick Sort,1000,14.115,44.695,10404
454
+ 50,Quick Sort,1000,17.056,45.039,11180
455
+ 51,Quick Sort,1000,13.844,41.414,10295
456
+ 52,Quick Sort,1000,13.667,36.43,10186
457
+ 53,Quick Sort,1000,15.359,60.094,12032
458
+ 54,Quick Sort,1000,14.745,54.328,11366
459
+ 55,Quick Sort,1000,14.555,41.305,11045
460
+ 56,Quick Sort,1000,15.74,47.055,12100
461
+ 57,Quick Sort,1000,13.765,40.031,10269
462
+ 58,Quick Sort,1000,15.057,49.703,11614
463
+ 59,Quick Sort,1000,14.425,41.188,10463
464
+ 60,Quick Sort,1000,15.595,41.609,11261
465
+ 61,Quick Sort,1000,15.128,51.922,11112
466
+ 62,Quick Sort,1000,14.607,48.25,10815
467
+ 63,Quick Sort,1000,14.388,40.031,10596
468
+ 64,Quick Sort,1000,14.467,47.805,10911
469
+ 65,Quick Sort,1000,14.23,42.102,10331
470
+ 66,Quick Sort,1000,13.685,40.227,10033
471
+ 67,Quick Sort,1000,15.252,61.031,12034
472
+ 68,Quick Sort,1000,14.958,53.969,11662
473
+ 69,Quick Sort,1000,14.459,42.016,10823
474
+ 70,Quick Sort,1000,14.467,45.109,11069
475
+ 71,Quick Sort,1000,14.514,41.656,11231
476
+ 72,Quick Sort,1000,14.102,46.453,10631
477
+ 73,Quick Sort,1000,13.524,37.539,10241
478
+ 74,Quick Sort,1000,14.707,49.594,11479
479
+ 75,Quick Sort,1000,13.686,37.727,10323
480
+ 76,Quick Sort,1000,14.804,39.742,11275
481
+ 77,Quick Sort,1000,14.357,38.727,10975
482
+ 78,Quick Sort,1000,13.481,36.688,10272
483
+ 79,Quick Sort,1000,14.876,55.422,11692
484
+ 80,Quick Sort,1000,14.096,47.328,10671
485
+ 81,Quick Sort,1000,14.246,41.219,10900
486
+ 82,Quick Sort,1000,13.341,39.18,9844
487
+ 83,Quick Sort,1000,15.11,48.062,11410
488
+ 84,Quick Sort,1000,15.005,56.523,11742
489
+ 85,Quick Sort,1000,13.793,43.297,10390
490
+ 86,Quick Sort,1000,14.83,53.18,11635
491
+ 87,Quick Sort,1000,14.381,47.586,11083
492
+ 88,Quick Sort,1000,13.647,35.711,10334
493
+ 89,Quick Sort,1000,15.468,49.039,11972
494
+ 90,Quick Sort,1000,14.434,45.945,10930
495
+ 91,Quick Sort,1000,14.049,42.164,10600
496
+ 92,Quick Sort,1000,13.996,45.367,10902
497
+ 93,Quick Sort,1000,13.967,49.086,10760
498
+ 94,Quick Sort,1000,13.802,40.945,10646
499
+ 95,Quick Sort,1000,15.209,57.211,11819
500
+ 96,Quick Sort,1000,13.791,38.742,10465
501
+ 97,Quick Sort,1000,15.014,56.656,11507
502
+ 98,Quick Sort,1000,14.118,40.867,10787
503
+ 99,Quick Sort,1000,14.141,52.695,11004
504
+ 100,Quick Sort,1000,14.392,45.477,11136
505
+ 1,Heap Sort,1000,26.361,8.869,16815
506
+ 2,Heap Sort,1000,25.161,8.647,16863
507
+ 3,Heap Sort,1000,24.55,8.168,16832
508
+ 4,Heap Sort,1000,24.475,8.168,16809
509
+ 5,Heap Sort,1000,24.579,8.168,16858
510
+ 6,Heap Sort,1000,24.261,8.168,16838
511
+ 7,Heap Sort,1000,24.923,8.168,16867
512
+ 8,Heap Sort,1000,25.147,8.168,16880
513
+ 9,Heap Sort,1000,24.819,8.168,16833
514
+ 10,Heap Sort,1000,24.487,8.168,16850
515
+ 11,Heap Sort,1000,24.49,8.168,16798
516
+ 12,Heap Sort,1000,24.978,8.168,16884
517
+ 13,Heap Sort,1000,24.937,8.168,16871
518
+ 14,Heap Sort,1000,24.393,8.168,16852
519
+ 15,Heap Sort,1000,24.585,8.168,16834
520
+ 16,Heap Sort,1000,24.861,8.168,16845
521
+ 17,Heap Sort,1000,24.671,8.168,16791
522
+ 18,Heap Sort,1000,24.783,8.168,16862
523
+ 19,Heap Sort,1000,24.414,8.168,16872
524
+ 20,Heap Sort,1000,25.004,8.168,16876
525
+ 21,Heap Sort,1000,24.624,8.168,16838
526
+ 22,Heap Sort,1000,24.905,8.168,16836
527
+ 23,Heap Sort,1000,24.694,8.168,16851
528
+ 24,Heap Sort,1000,24.848,8.168,16861
529
+ 25,Heap Sort,1000,29.949,8.168,16883
530
+ 26,Heap Sort,1000,24.276,8.168,16841
531
+ 27,Heap Sort,1000,24.948,8.168,16897
532
+ 28,Heap Sort,1000,24.583,8.168,16856
533
+ 29,Heap Sort,1000,26.112,8.168,16869
534
+ 30,Heap Sort,1000,25.226,8.168,16829
535
+ 31,Heap Sort,1000,24.781,8.168,16903
536
+ 32,Heap Sort,1000,31.391,8.168,16877
537
+ 33,Heap Sort,1000,34.282,8.168,16886
538
+ 34,Heap Sort,1000,32.835,8.168,16862
539
+ 35,Heap Sort,1000,26.726,8.168,16798
540
+ 36,Heap Sort,1000,25.231,8.168,16843
541
+ 37,Heap Sort,1000,25.187,8.168,16859
542
+ 38,Heap Sort,1000,24.621,8.168,16888
543
+ 39,Heap Sort,1000,24.582,8.168,16816
544
+ 40,Heap Sort,1000,24.671,8.168,16866
545
+ 41,Heap Sort,1000,24.55,8.168,16844
546
+ 42,Heap Sort,1000,24.582,8.168,16836
547
+ 43,Heap Sort,1000,25.302,8.168,16878
548
+ 44,Heap Sort,1000,26.128,8.168,16895
549
+ 45,Heap Sort,1000,24.637,8.168,16866
550
+ 46,Heap Sort,1000,24.692,8.168,16869
551
+ 47,Heap Sort,1000,24.277,8.168,16807
552
+ 48,Heap Sort,1000,24.736,8.168,16865
553
+ 49,Heap Sort,1000,24.757,8.168,16818
554
+ 50,Heap Sort,1000,24.708,8.168,16834
555
+ 51,Heap Sort,1000,24.989,8.168,16848
556
+ 52,Heap Sort,1000,25.047,8.168,16875
557
+ 53,Heap Sort,1000,25.672,8.168,16878
558
+ 54,Heap Sort,1000,24.655,8.168,16836
559
+ 55,Heap Sort,1000,24.584,8.168,16882
560
+ 56,Heap Sort,1000,25.008,8.168,16853
561
+ 57,Heap Sort,1000,24.271,8.168,16838
562
+ 58,Heap Sort,1000,24.514,8.168,16876
563
+ 59,Heap Sort,1000,24.314,8.168,16837
564
+ 60,Heap Sort,1000,24.557,8.168,16873
565
+ 61,Heap Sort,1000,25.398,8.168,16857
566
+ 62,Heap Sort,1000,24.893,8.168,16880
567
+ 63,Heap Sort,1000,24.975,8.168,16883
568
+ 64,Heap Sort,1000,24.771,8.168,16867
569
+ 65,Heap Sort,1000,24.569,8.168,16856
570
+ 66,Heap Sort,1000,24.45,8.168,16852
571
+ 67,Heap Sort,1000,26.189,8.168,16823
572
+ 68,Heap Sort,1000,24.684,8.168,16811
573
+ 69,Heap Sort,1000,24.972,8.168,16865
574
+ 70,Heap Sort,1000,24.594,8.168,16896
575
+ 71,Heap Sort,1000,24.261,8.168,16825
576
+ 72,Heap Sort,1000,24.476,8.168,16860
577
+ 73,Heap Sort,1000,24.98,8.168,16872
578
+ 74,Heap Sort,1000,24.587,8.168,16909
579
+ 75,Heap Sort,1000,24.827,8.168,16840
580
+ 76,Heap Sort,1000,24.528,8.168,16817
581
+ 77,Heap Sort,1000,24.589,8.168,16794
582
+ 78,Heap Sort,1000,25.06,8.168,16835
583
+ 79,Heap Sort,1000,24.893,8.168,16822
584
+ 80,Heap Sort,1000,24.784,8.168,16900
585
+ 81,Heap Sort,1000,24.501,8.168,16841
586
+ 82,Heap Sort,1000,24.729,8.168,16880
587
+ 83,Heap Sort,1000,24.945,8.168,16858
588
+ 84,Heap Sort,1000,24.952,8.168,16877
589
+ 85,Heap Sort,1000,24.58,8.168,16835
590
+ 86,Heap Sort,1000,25.167,8.168,16862
591
+ 87,Heap Sort,1000,25.316,8.168,16929
592
+ 88,Heap Sort,1000,24.708,8.168,16839
593
+ 89,Heap Sort,1000,24.927,8.168,16829
594
+ 90,Heap Sort,1000,24.438,8.168,16817
595
+ 91,Heap Sort,1000,24.459,8.168,16872
596
+ 92,Heap Sort,1000,24.933,8.168,16827
597
+ 93,Heap Sort,1000,25.128,8.168,16861
598
+ 94,Heap Sort,1000,25.078,8.168,16843
599
+ 95,Heap Sort,1000,25.286,8.168,16889
600
+ 96,Heap Sort,1000,24.724,8.168,16849
601
+ 97,Heap Sort,1000,24.856,8.168,16825
602
+ 98,Heap Sort,1000,25.192,8.168,16847
603
+ 99,Heap Sort,1000,24.556,8.168,16811
604
+ 100,Heap Sort,1000,25.079,8.168,16844
605
+ 1,Odd-Even Sort,1000,1883.515,8.538,487512
606
+ 2,Odd-Even Sort,1000,1897.181,8.059,484515
607
+ 3,Odd-Even Sort,1000,1931.877,8.059,491508
608
+ 4,Odd-Even Sort,1000,1867.761,8.059,480519
609
+ 5,Odd-Even Sort,1000,1854.3,8.059,481518
610
+ 6,Odd-Even Sort,1000,1900.615,8.059,494505
611
+ 7,Odd-Even Sort,1000,1878.56,8.059,478521
612
+ 8,Odd-Even Sort,1000,1894.547,8.059,486513
613
+ 9,Odd-Even Sort,1000,1916.326,8.059,485514
614
+ 10,Odd-Even Sort,1000,1875.181,8.059,485514
615
+ 11,Odd-Even Sort,1000,1887.8,8.059,482517
616
+ 12,Odd-Even Sort,1000,1936.489,8.059,489510
617
+ 13,Odd-Even Sort,1000,1891.097,8.059,485514
618
+ 14,Odd-Even Sort,1000,1906.119,8.059,481518
619
+ 15,Odd-Even Sort,1000,1892.923,8.059,493506
620
+ 16,Odd-Even Sort,1000,1900.677,8.059,471528
621
+ 17,Odd-Even Sort,1000,1931.212,8.059,495504
622
+ 18,Odd-Even Sort,1000,1913.208,8.059,486513
623
+ 19,Odd-Even Sort,1000,1880.616,8.059,474525
624
+ 20,Odd-Even Sort,1000,1877.073,8.059,484515
625
+ 21,Odd-Even Sort,1000,1873.5,8.059,485514
626
+ 22,Odd-Even Sort,1000,1853.168,8.059,492507
627
+ 23,Odd-Even Sort,1000,1905.468,8.059,494505
628
+ 24,Odd-Even Sort,1000,1842.968,8.059,474525
629
+ 25,Odd-Even Sort,1000,1920.515,8.059,482517
630
+ 26,Odd-Even Sort,1000,1902.237,8.059,488511
631
+ 27,Odd-Even Sort,1000,1884.001,8.059,484515
632
+ 28,Odd-Even Sort,1000,1902.645,8.059,494505
633
+ 29,Odd-Even Sort,1000,1874.352,8.059,491508
634
+ 30,Odd-Even Sort,1000,1942.118,8.059,494505
635
+ 31,Odd-Even Sort,1000,1815.244,8.059,481518
636
+ 32,Odd-Even Sort,1000,1864.153,8.059,485514
637
+ 33,Odd-Even Sort,1000,1917.814,8.059,484515
638
+ 34,Odd-Even Sort,1000,1887.527,8.059,499500
639
+ 35,Odd-Even Sort,1000,1940.261,8.059,490509
640
+ 36,Odd-Even Sort,1000,1899.871,8.059,490509
641
+ 37,Odd-Even Sort,1000,1895.846,8.059,487512
642
+ 38,Odd-Even Sort,1000,1879.128,8.059,489510
643
+ 39,Odd-Even Sort,1000,1894.017,8.059,488511
644
+ 40,Odd-Even Sort,1000,1889.684,8.059,484515
645
+ 41,Odd-Even Sort,1000,1900.832,8.059,487512
646
+ 42,Odd-Even Sort,1000,1866.124,8.059,481518
647
+ 43,Odd-Even Sort,1000,1837.718,8.059,483516
648
+ 44,Odd-Even Sort,1000,1865.726,8.059,490509
649
+ 45,Odd-Even Sort,1000,1874.763,8.059,487512
650
+ 46,Odd-Even Sort,1000,1923.077,8.059,493506
651
+ 47,Odd-Even Sort,1000,1834.864,8.059,475524
652
+ 48,Odd-Even Sort,1000,1895.081,8.059,488511
653
+ 49,Odd-Even Sort,1000,1895.227,8.059,484515
654
+ 50,Odd-Even Sort,1000,1912.524,8.059,483516
655
+ 51,Odd-Even Sort,1000,1930.537,8.059,496503
656
+ 52,Odd-Even Sort,1000,1873.669,8.059,492507
657
+ 53,Odd-Even Sort,1000,1860.958,8.059,492507
658
+ 54,Odd-Even Sort,1000,1888.751,8.059,492507
659
+ 55,Odd-Even Sort,1000,1894.22,8.059,497502
660
+ 56,Odd-Even Sort,1000,1899.471,8.059,486513
661
+ 57,Odd-Even Sort,1000,1862.603,8.059,492507
662
+ 58,Odd-Even Sort,1000,1915.746,8.059,498501
663
+ 59,Odd-Even Sort,1000,1886.464,8.059,489510
664
+ 60,Odd-Even Sort,1000,1832.467,8.059,476523
665
+ 61,Odd-Even Sort,1000,1886.67,8.059,484515
666
+ 62,Odd-Even Sort,1000,1900.311,8.059,484515
667
+ 63,Odd-Even Sort,1000,1840.78,8.059,470529
668
+ 64,Odd-Even Sort,1000,1876.592,8.059,478521
669
+ 65,Odd-Even Sort,1000,1891.526,8.059,491508
670
+ 66,Odd-Even Sort,1000,1972.677,8.059,486513
671
+ 67,Odd-Even Sort,1000,1939.538,8.059,493506
672
+ 68,Odd-Even Sort,1000,1914.963,8.059,499500
673
+ 69,Odd-Even Sort,1000,1882.808,8.059,483516
674
+ 70,Odd-Even Sort,1000,1865.133,8.059,495504
675
+ 71,Odd-Even Sort,1000,1910.482,8.059,494505
676
+ 72,Odd-Even Sort,1000,1936.625,8.059,484515
677
+ 73,Odd-Even Sort,1000,1828.295,8.059,480519
678
+ 74,Odd-Even Sort,1000,1865.869,8.059,489510
679
+ 75,Odd-Even Sort,1000,1854.264,8.059,480519
680
+ 76,Odd-Even Sort,1000,1923.663,8.059,489510
681
+ 77,Odd-Even Sort,1000,1912.315,8.059,488511
682
+ 78,Odd-Even Sort,1000,1890.032,8.059,485514
683
+ 79,Odd-Even Sort,1000,1906.841,8.059,488511
684
+ 80,Odd-Even Sort,1000,1907.784,8.059,492507
685
+ 81,Odd-Even Sort,1000,1873.118,8.059,483516
686
+ 82,Odd-Even Sort,1000,1865.368,8.059,484515
687
+ 83,Odd-Even Sort,1000,1983.188,8.059,498501
688
+ 84,Odd-Even Sort,1000,1900.825,8.059,496503
689
+ 85,Odd-Even Sort,1000,1889.76,8.059,494505
690
+ 86,Odd-Even Sort,1000,1898.564,8.059,492507
691
+ 87,Odd-Even Sort,1000,1870.072,8.059,480519
692
+ 88,Odd-Even Sort,1000,1902.938,8.059,490509
693
+ 89,Odd-Even Sort,1000,1898.248,8.059,493506
694
+ 90,Odd-Even Sort,1000,1918.178,8.059,495504
695
+ 91,Odd-Even Sort,1000,1894.819,8.059,482517
696
+ 92,Odd-Even Sort,1000,1896.044,8.059,486513
697
+ 93,Odd-Even Sort,1000,1882.593,8.059,480519
698
+ 94,Odd-Even Sort,1000,1880.357,8.059,487512
699
+ 95,Odd-Even Sort,1000,1870.358,8.059,493506
700
+ 96,Odd-Even Sort,1000,1838.428,8.059,483516
701
+ 97,Odd-Even Sort,1000,1916.171,8.059,497502
702
+ 98,Odd-Even Sort,1000,1924.387,8.059,497502
703
+ 99,Odd-Even Sort,1000,1859.248,8.059,476523
704
+ 100,Odd-Even Sort,1000,1923.376,8.059,494505
705
+ 1,Bucket Sort,1000,11.532,98.88,546
706
+ 2,Bucket Sort,1000,10.888,95.359,503
707
+ 3,Bucket Sort,1000,9.34,95.291,497
708
+ 4,Bucket Sort,1000,9.237,95.617,494
709
+ 5,Bucket Sort,1000,8.876,94.68,515
710
+ 6,Bucket Sort,1000,8.995,94.898,511
711
+ 7,Bucket Sort,1000,8.913,95.211,503
712
+ 8,Bucket Sort,1000,8.705,94.773,494
713
+ 9,Bucket Sort,1000,9.025,95.367,546
714
+ 10,Bucket Sort,1000,8.811,94.711,483
715
+ 11,Bucket Sort,1000,8.928,95.148,548
716
+ 12,Bucket Sort,1000,11.559,95.773,475
717
+ 13,Bucket Sort,1000,13.642,95.398,504
718
+ 14,Bucket Sort,1000,9.434,94.43,483
719
+ 15,Bucket Sort,1000,12.336,93.805,549
720
+ 16,Bucket Sort,1000,12.921,94.898,495
721
+ 17,Bucket Sort,1000,10.675,95.617,474
722
+ 18,Bucket Sort,1000,11.847,95.273,507
723
+ 19,Bucket Sort,1000,13.716,95.273,504
724
+ 20,Bucket Sort,1000,9.083,94.992,473
725
+ 21,Bucket Sort,1000,9.15,94.836,538
726
+ 22,Bucket Sort,1000,9.128,95.461,531
727
+ 23,Bucket Sort,1000,8.85,95.023,485
728
+ 24,Bucket Sort,1000,9.117,95.055,487
729
+ 25,Bucket Sort,1000,8.857,94.836,547
730
+ 26,Bucket Sort,1000,8.668,94.961,534
731
+ 27,Bucket Sort,1000,8.846,95.086,518
732
+ 28,Bucket Sort,1000,8.856,94.492,510
733
+ 29,Bucket Sort,1000,8.9,95.336,495
734
+ 30,Bucket Sort,1000,8.954,95.43,508
735
+ 31,Bucket Sort,1000,8.808,95.492,508
736
+ 32,Bucket Sort,1000,8.714,95.086,544
737
+ 33,Bucket Sort,1000,9.02,95.648,493
738
+ 34,Bucket Sort,1000,8.785,95.273,475
739
+ 35,Bucket Sort,1000,8.741,95.555,501
740
+ 36,Bucket Sort,1000,8.744,95.336,494
741
+ 37,Bucket Sort,1000,8.819,94.461,520
742
+ 38,Bucket Sort,1000,8.64,95.93,456
743
+ 39,Bucket Sort,1000,8.886,96.148,441
744
+ 40,Bucket Sort,1000,8.806,94.992,533
745
+ 41,Bucket Sort,1000,9.664,95.867,488
746
+ 42,Bucket Sort,1000,9.265,95.586,482
747
+ 43,Bucket Sort,1000,9.547,95.273,485
748
+ 44,Bucket Sort,1000,9.426,94.898,498
749
+ 45,Bucket Sort,1000,9.321,95.586,478
750
+ 46,Bucket Sort,1000,9.275,95.711,495
751
+ 47,Bucket Sort,1000,9.042,95.023,527
752
+ 48,Bucket Sort,1000,9.402,95.242,492
753
+ 49,Bucket Sort,1000,8.824,95.586,501
754
+ 50,Bucket Sort,1000,8.83,94.68,490
755
+ 51,Bucket Sort,1000,8.894,96.273,449
756
+ 52,Bucket Sort,1000,9.059,95.492,492
757
+ 53,Bucket Sort,1000,8.834,94.867,533
758
+ 54,Bucket Sort,1000,9.197,94.43,533
759
+ 55,Bucket Sort,1000,9.316,95.086,524
760
+ 56,Bucket Sort,1000,8.931,94.492,525
761
+ 57,Bucket Sort,1000,8.981,95.773,479
762
+ 58,Bucket Sort,1000,8.809,95.648,492
763
+ 59,Bucket Sort,1000,9.37,95.586,470
764
+ 60,Bucket Sort,1000,8.979,95.086,550
765
+ 61,Bucket Sort,1000,8.749,95.305,492
766
+ 62,Bucket Sort,1000,8.696,95.43,514
767
+ 63,Bucket Sort,1000,9.026,93.961,550
768
+ 64,Bucket Sort,1000,9.101,94.43,535
769
+ 65,Bucket Sort,1000,9.099,94.555,506
770
+ 66,Bucket Sort,1000,8.807,95.367,512
771
+ 67,Bucket Sort,1000,9.027,95.805,481
772
+ 68,Bucket Sort,1000,8.707,95.273,478
773
+ 69,Bucket Sort,1000,8.838,95.305,505
774
+ 70,Bucket Sort,1000,9.312,94.867,506
775
+ 71,Bucket Sort,1000,8.76,95.711,466
776
+ 72,Bucket Sort,1000,8.909,95.148,479
777
+ 73,Bucket Sort,1000,8.843,95.461,484
778
+ 74,Bucket Sort,1000,8.869,95.117,496
779
+ 75,Bucket Sort,1000,9.413,95.43,520
780
+ 76,Bucket Sort,1000,10.834,95.398,503
781
+ 77,Bucket Sort,1000,9.032,94.586,496
782
+ 78,Bucket Sort,1000,8.838,95.18,466
783
+ 79,Bucket Sort,1000,8.872,94.711,512
784
+ 80,Bucket Sort,1000,8.83,94.805,546
785
+ 81,Bucket Sort,1000,8.842,94.523,503
786
+ 82,Bucket Sort,1000,8.878,95.898,478
787
+ 83,Bucket Sort,1000,8.922,94.211,551
788
+ 84,Bucket Sort,1000,8.862,95.711,492
789
+ 85,Bucket Sort,1000,8.87,94.742,499
790
+ 86,Bucket Sort,1000,9.2,95.43,485
791
+ 87,Bucket Sort,1000,9.029,95.148,542
792
+ 88,Bucket Sort,1000,8.929,95.805,470
793
+ 89,Bucket Sort,1000,8.866,95.805,503
794
+ 90,Bucket Sort,1000,8.796,94.68,526
795
+ 91,Bucket Sort,1000,8.877,95.555,502
796
+ 92,Bucket Sort,1000,8.61,95.148,471
797
+ 93,Bucket Sort,1000,9.001,95.492,483
798
+ 94,Bucket Sort,1000,9.032,94.336,524
799
+ 95,Bucket Sort,1000,9.021,95.805,442
800
+ 96,Bucket Sort,1000,8.832,95.336,459
801
+ 97,Bucket Sort,1000,9.051,95.555,465
802
+ 98,Bucket Sort,1000,8.996,94.898,512
803
+ 99,Bucket Sort,1000,9.364,94.586,539
804
+ 100,Bucket Sort,1000,8.86,95.492,483
805
+ 1,Shell Sort,1000,40.261,8.869,7416
806
+ 2,Shell Sort,1000,36.514,8.059,7464
807
+ 3,Shell Sort,1000,34.948,8.059,7121
808
+ 4,Shell Sort,1000,36.369,8.059,7442
809
+ 5,Shell Sort,1000,37.409,8.059,7663
810
+ 6,Shell Sort,1000,35.922,8.059,7382
811
+ 7,Shell Sort,1000,37.93,8.059,7808
812
+ 8,Shell Sort,1000,36.067,8.059,7540
813
+ 9,Shell Sort,1000,37.788,8.059,8072
814
+ 10,Shell Sort,1000,35.123,8.059,7259
815
+ 11,Shell Sort,1000,35.763,8.059,7436
816
+ 12,Shell Sort,1000,34.947,8.059,7264
817
+ 13,Shell Sort,1000,38.776,8.059,7585
818
+ 14,Shell Sort,1000,37.846,8.059,7649
819
+ 15,Shell Sort,1000,34.469,8.059,6974
820
+ 16,Shell Sort,1000,35.001,8.059,7207
821
+ 17,Shell Sort,1000,34.902,8.059,7002
822
+ 18,Shell Sort,1000,34.518,8.059,7164
823
+ 19,Shell Sort,1000,35.375,8.059,7236
824
+ 20,Shell Sort,1000,36.362,8.059,7626
825
+ 21,Shell Sort,1000,37.117,8.059,7745
826
+ 22,Shell Sort,1000,34.672,8.059,7127
827
+ 23,Shell Sort,1000,34.92,8.059,7149
828
+ 24,Shell Sort,1000,36.27,8.059,7550
829
+ 25,Shell Sort,1000,37.825,8.059,7480
830
+ 26,Shell Sort,1000,35.188,8.059,7197
831
+ 27,Shell Sort,1000,36.167,8.059,7211
832
+ 28,Shell Sort,1000,42.845,8.059,9292
833
+ 29,Shell Sort,1000,34.162,8.059,6924
834
+ 30,Shell Sort,1000,36.368,8.059,7339
835
+ 31,Shell Sort,1000,35.435,8.059,7146
836
+ 32,Shell Sort,1000,37.937,8.059,7676
837
+ 33,Shell Sort,1000,35.492,8.059,7286
838
+ 34,Shell Sort,1000,37.148,8.059,7674
839
+ 35,Shell Sort,1000,34.638,8.059,7026
840
+ 36,Shell Sort,1000,34.835,8.059,7127
841
+ 37,Shell Sort,1000,42.454,8.059,7382
842
+ 38,Shell Sort,1000,37.949,8.059,7616
843
+ 39,Shell Sort,1000,35.119,8.059,6947
844
+ 40,Shell Sort,1000,34.339,8.059,6966
845
+ 41,Shell Sort,1000,33.103,8.059,6888
846
+ 42,Shell Sort,1000,42.095,8.059,7307
847
+ 43,Shell Sort,1000,50.078,8.059,7097
848
+ 44,Shell Sort,1000,43.007,8.059,7284
849
+ 45,Shell Sort,1000,34.682,8.059,7153
850
+ 46,Shell Sort,1000,36.915,8.059,7646
851
+ 47,Shell Sort,1000,32.729,8.059,6480
852
+ 48,Shell Sort,1000,38.397,8.059,7909
853
+ 49,Shell Sort,1000,35.589,8.059,7218
854
+ 50,Shell Sort,1000,34.663,8.059,7020
855
+ 51,Shell Sort,1000,36.706,8.059,7584
856
+ 52,Shell Sort,1000,35.985,8.059,6986
857
+ 53,Shell Sort,1000,33.836,8.059,6893
858
+ 54,Shell Sort,1000,37.449,8.059,7833
859
+ 55,Shell Sort,1000,36.736,8.059,7595
860
+ 56,Shell Sort,1000,38.002,8.059,7848
861
+ 57,Shell Sort,1000,36.523,8.059,7439
862
+ 58,Shell Sort,1000,34.918,8.059,7390
863
+ 59,Shell Sort,1000,34.097,8.059,6845
864
+ 60,Shell Sort,1000,36.792,8.059,7547
865
+ 61,Shell Sort,1000,34.868,8.059,7058
866
+ 62,Shell Sort,1000,36.917,8.059,7567
867
+ 63,Shell Sort,1000,37.805,8.059,7766
868
+ 64,Shell Sort,1000,33.724,8.059,6849
869
+ 65,Shell Sort,1000,35.096,8.059,7082
870
+ 66,Shell Sort,1000,34.22,8.059,6889
871
+ 67,Shell Sort,1000,35.084,8.059,6940
872
+ 68,Shell Sort,1000,35.963,8.059,7396
873
+ 69,Shell Sort,1000,36.807,8.059,7311
874
+ 70,Shell Sort,1000,38.235,8.059,7772
875
+ 71,Shell Sort,1000,38.201,8.059,7652
876
+ 72,Shell Sort,1000,36.344,8.059,7375
877
+ 73,Shell Sort,1000,36.32,8.059,7374
878
+ 74,Shell Sort,1000,36.813,8.059,7640
879
+ 75,Shell Sort,1000,35.056,8.059,7218
880
+ 76,Shell Sort,1000,36.341,8.059,7607
881
+ 77,Shell Sort,1000,34.081,8.059,6960
882
+ 78,Shell Sort,1000,36.462,8.059,7392
883
+ 79,Shell Sort,1000,37.66,8.059,7243
884
+ 80,Shell Sort,1000,36.886,8.059,7567
885
+ 81,Shell Sort,1000,36.348,8.059,7488
886
+ 82,Shell Sort,1000,35.889,8.059,7230
887
+ 83,Shell Sort,1000,37.932,8.059,7454
888
+ 84,Shell Sort,1000,38.455,8.059,7921
889
+ 85,Shell Sort,1000,38.019,8.059,7861
890
+ 86,Shell Sort,1000,36.922,8.059,7671
891
+ 87,Shell Sort,1000,35.018,8.059,7162
892
+ 88,Shell Sort,1000,36.109,8.059,7384
893
+ 89,Shell Sort,1000,37.536,8.059,7932
894
+ 90,Shell Sort,1000,39.24,8.059,7990
895
+ 91,Shell Sort,1000,36.317,8.059,7178
896
+ 92,Shell Sort,1000,34.521,8.059,6926
897
+ 93,Shell Sort,1000,35.843,8.059,7324
898
+ 94,Shell Sort,1000,36.768,8.059,7470
899
+ 95,Shell Sort,1000,35.45,8.059,7025
900
+ 96,Shell Sort,1000,38.307,8.059,8073
901
+ 97,Shell Sort,1000,35.131,8.059,7046
902
+ 98,Shell Sort,1000,33.216,8.059,6636
903
+ 99,Shell Sort,1000,35.067,8.059,7047
904
+ 100,Shell Sort,1000,36.835,8.059,7620