2004-10-28 11:41:18 +02:00
|
|
|
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.
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Algorithm-MinMax/
|