Sorting algorithms/Bubble sort: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2,370:
 
=={{header|Maple}}==
<lang>arr := convertArray([17,3,72,0,36,2,3,8,40,0], Array):
len := numelems(arr):
while(true) do
Anonymous user