This
week we are going to look at how to declare an ARRAY and how to write
simple algorithms to manipulate the values in an array. We'll also look
at two ways of searching for values in an array, SEQUENTIAL SEARCH and
BINARY SEARCH.
Moving onto the Python side of things we will look
at implementations of ARRAYS and SEARCHING
algorithms.