Sorting algorithms/Bubble sort: Difference between revisions

Removed link to bubble sort algorithm.
(Removed array operation template)
(Removed link to bubble sort algorithm.)
Line 2:
{{Sorting Algorithm}}
 
In this task, the goal is to sort an array of elements using the [[Bubble Sort (algorithm)|bubble sort algorithm]]. The elements must have a total order and the index of the array can be of any discrete type. For languages where this is not possible, sort an array of integers.
 
==[[Ada]]==