Return the maximum value in the array of numbers using natural order.
Return the maximum value in the array using natural order and a projection function to map values to strings.
Return the maximum value in the array using natural order and a projection function to map values to easily-sorted values.
Return the maximum value in the array of strings using natural order.