2. Specify which operations run best when the list is sorted. Then briefly describe an algorithm to implement each operation using a list organized in the optimal way. (10%) Algorithm Sorted/Un sorted? Task a) Find the minimum value. b) Find the maximum value c) Compute the arithmetic mean d) Find the median (i.e., the middle value) e) Find the mode (i.e., the value that appears the most times