Algorithm::MinMax finds the minimum and maximum of a given
array with at most 3n/2 - 2 comparisons, where n is the
number of elements of the array.

WWW: https://metacpan.org/release/Algorithm-MinMax
