Use the shuttle sort algorithm to sort the list
$$\begin{array} { l l l l l }
6 & 3 & 8 & 3 & 2
\end{array}$$
into increasing order. Write down the list that results from each pass through the algorithm.
Shuttle sort is a quadratic order algorithm. Explain briefly what this statement means.