Determine the least number of comparisons, or best-case performance,
a) required to find the maximum of a sequence of $n$ integers, using Algorithm 1 of Section $3.1 .$
b) used to locate an element in a list of $n$ terms with a linear search.
c) used to locate an element in a list of $n$ terms using a binary search.