mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
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: http://search.cpan.org/dist/Algorithm-MinMax/
|