Use the bubble sort algorithm to perform ONE complete pass towards sorting these numbers into ascending order.
The original list is now to be sorted into descending order.
Use a quick sort to obtain the sorted list, giving the state of the list after each complete pass. You must make your pivots clear.
The numbers are to be packed into bins of size 26
Calculate a lower bound for the minimum number of bins required. You must show your working.