This
week we are going to look another approach to sorting called SELECTION
SORT, then we'll have a quick look at ALGORITHMIC COMPLEXITY, and
finally explore MULTI-DIMENSIONAL ARRAYS.
Moving onto the Python side of things we will look
at implementations of SELECTION SORT and
MULTI-DIMENSIONAL ARRAYS