summaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-MinMax/pkg-descr
blob: 3104ab4202fe776911843ea3978893ce1abf5235 (plain) (blame)
1
2
3
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.