Sorting algorithms/Bubble sort: Difference between revisions

added link to Bubble Sort algorithm page.
(added link to Bubble Sort algorithm page.)
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]]==