• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D27-May-2003170 74

MANIFESTH A D27-May-200354 76

Makefile.PLH A D27-May-2003509 129

MinMax.pmH A D27-May-20032.4 KiB11762

READMEH A D27-May-2003359 2314

test.plH A D27-May-2003497 184

README

1Algorithm/MinMax version 0.01
2=============================
3
4This module finds the minimum and maximum of an array with at
5most 3n/2 - 2 comparisons.
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18none
19
20COPYRIGHT AND LICENCE
21
22Copyright (C) 2003 Daniel Etzold, detzold@gmx.de
23