Sorting algorithms/Bubble sort: Difference between revisions

m
(fix bugs and nicer implementation)
Line 1,081:
 
 
void main() {
{
auto array = [28, 44, 46, 24, 19, 2, 17, 11, 25, 4];
writeln(array.bubbleSort());
Anonymous user