SelectionSort(A[0..n-1])
for i=0 to n-2
In [ ]:
BubbleSort(A[0..n-1])
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]: