ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
5 lines
200 B
Text
5 lines
200 B
Text
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
|