> [!Problem] > Input: [[Array|Array]] $A[1,2,\dots,n]$ of $n$ numbers. > Output: The same array with the same numbers, but stored in increasing order. # Examples - [[Bubble Sort]]; - [[Merge Sort]]; - [[Randomized Quicksort]];