diff options
| author | Matthew Neleigh <matthew.neleigh@gmail.com> | 2024-05-29 15:39:17 -0400 |
|---|---|---|
| committer | Matthew Neleigh <matthew.neleigh@gmail.com> | 2024-05-29 15:39:17 -0400 |
| commit | 93fe17420a9f8c795b95e5640395cb0757ad2fee (patch) | |
| tree | 20216557f23fbfe5b9da9ad8f6ae310b448e1753 | |
| parent | 41cf1919c8196ae0dfabcbd474980374eecc3f47 (diff) | |
| download | perlweeklychallenge-club-93fe17420a9f8c795b95e5640395cb0757ad2fee.tar.gz perlweeklychallenge-club-93fe17420a9f8c795b95e5640395cb0757ad2fee.tar.bz2 perlweeklychallenge-club-93fe17420a9f8c795b95e5640395cb0757ad2fee.zip | |
modified: challenge-271/mattneleigh/perl/ch-1.pl
| -rwxr-xr-x | challenge-271/mattneleigh/perl/ch-1.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-271/mattneleigh/perl/ch-1.pl b/challenge-271/mattneleigh/perl/ch-1.pl index 93c114f0f7..e27db7ed6d 100755 --- a/challenge-271/mattneleigh/perl/ch-1.pl +++ b/challenge-271/mattneleigh/perl/ch-1.pl @@ -48,8 +48,8 @@ exit(0); ################################################################################ # Determine which row (1-indexed) in a binary matrix (consisting solely of -# zeros and ones) contains the greatest number of ones; if more than one row -# have the maximum count, the first such instance is reported +# zeros and ones) contains the greatest number of ones; if multiple rows have +# the maximum count, the first such instance is reported # Takes one argument: # * A ref to a 2D array that forms a binary matrix (e.g. # [ |
