freebsd-ports/devel/p5-Algorithm-MinMax/pkg-descr
Cheng-Lung Sung a52ebce9f2 - a perl module that
finding the minimum and maximum of an array with at most
  3n/2 - 2 comparisons

Approved by:	co-mentor (vanilla)
2004-10-28 09:41:18 +00:00

7 lines
211 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
--clsung