I was asked how to search a list for the largest number. Here is the method I usually use. It's just iterating through the list comparing all the values to the largest value found so far.