Another simple calculation is that of finding the largest element in a list.
This is an obvious operation... in fact, the total number of comparisons is just n-1.