freebsd-ports/devel/p5-Algorithm-MinMax/pkg-descr
Dmitry Marakasov 1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00

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/