opnsense-ports/devel/p5-Algorithm-MinMax/pkg-descr
2022-09-07 22:33:21 +02:00

3 lines
148 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.