blob: 6ac4506f1b7754fd875aee0160ddb501e1942f10 (
plain) (
tree)
|
|
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: http://search.cpan.org/dist/Algorithm-MinMax/
|