aboutsummaryrefslogtreecommitdiff
path: root/challenge-080
AgeCommit message (Collapse)Author
2020-10-06Fix bug on challenge-080 ch-1, compact challenge-081 ch-2Andinus
This fixes the bug in challenge-080 ch-1 where repeated elements would break the code & removes a useless line in challenge-081 ch-2.
2020-10-06- Added solution 80 and 81 by Pete Houston.Mohammad S Anwar
2020-10-06Merge pull request #2460 from andinus/masterMohammad S Anwar
challenge-080 ch-1.pl: Fix logical error
2020-10-05challenge-080 ch-1.pl: Fix logical errorAndinus
It didn't check for =1=, I might have assumed that it was accounted for in this line: print "1\n" and exit 0 if $sorted[$#sorted] < 1; This was pointed out by <https://octodon.social/@polettix> <https://tilde.zone/web/statuses/104981669595493301#> I also discovered that it'll fail if the inputs are not unique, this can be fixed by using hash & map somehow. Maybe I'll fix it later someday.
2020-10-05Merge pull request #2450 from E7-87-83/masterMohammad S Anwar
submit Lisp soln for Task 1
2020-10-05Merge pull request #2449 from jaldhar/challenge-080Mohammad S Anwar
Challenge 80 by Jaldhar H. Vyas.
2020-10-05- Added solutions by Colin Crain.Mohammad S Anwar
2020-10-05submit Lisp soln for Task 1E7-87-83
2020-10-04Challenge 80 by Jaldhar H. Vyas.Jaldhar H. Vyas
2020-10-04- Added blog 80.Mohammad S Anwar
2020-10-04- Added solutions by Adam Russell.Mohammad S Anwar
2020-10-04Merge pull request #2448 from adamcrussell/challenge-080Mohammad S Anwar
solutions for challenge 080
2020-10-04Merge pull request #2447 from dcw803/masterMohammad S Anwar
added my solutions to challenge 80, 2 easy questions
2020-10-04solutions for challenge 080Adam Russell
2020-10-04added my solutions to challenge 80, 2 easy questionsdcw
2020-10-04Arne Sommerarnesom
2020-10-04Merge pull request #2445 from ccntrq/challenge-080Mohammad S Anwar
Challenge 080
2020-10-04Merge pull request #2444 from Cris-HD/branch-for-challenge-080Mohammad S Anwar
added challenges
2020-10-04add haskell solution for wk-080 ch-1Alexander Pankoff
2020-10-04add perl solution for wk-080 ch-2Alexander Pankoff
2020-10-04add perl solution for wk-080 ch-1Alexander Pankoff
2020-10-04Merge pull request #2443 from simongreen-net/swg-080Mohammad S Anwar
sgreen solutions to challenge 080
2020-10-04Merge pull request #2442 from vinodk89/masterMohammad S Anwar
Solutions for challenge 02
2020-10-04Merge pull request #2441 from davorg/masterMohammad S Anwar
Solutions to challenge 80
2020-10-04Solutions for challenge 80 - Task #2vinodk89
2020-10-04added challengesCris-HD
2020-10-04sgreen solutions to challenge 080Simon Green
2020-10-04Solutions to challenge 80Dave Cross
2020-10-04Solutions to challenge-080.wanderdoc
2020-10-03Merge pull request #2439 from boblied/masterMohammad S Anwar
Solutions for PWC 080
2020-10-03Merge pull request #2438 from Abigail/abigail/week-080Mohammad S Anwar
Abigail/week 080
2020-10-03Merge pull request #2437 from oWnOIzRi/week80Mohammad S Anwar
add solution for week 80 task 2
2020-10-03Solutions for PWC 80boblied
2020-10-03Save a few bytes.Abigail
2020-10-03Much cleaner algorithm for week 80/challenge 2.Abigail
2020-10-03add solution for week 80 task 2Steven Wilson
2020-10-03Perl solution for week 80/challenge 1.Abigail
2020-10-03Perl solution for week 80/challenge 2.Abigail
2020-10-03Test cases for week 80/challenge 2.Abigail
2020-10-03Test cases for week 80/challenge 1.Abigail
2020-10-03Copied test file from week 79.Abigail
2020-10-03ash: 080-2 (draft reference)Andrew Shitov
2020-10-03Merge pull request #2435 from wambash/challange-week-080Mohammad S Anwar
solutions week 080
2020-10-03solutions week 080Jan Krňávek
2020-10-03Merge pull request #2434 from jeongoon/masterMohammad S Anwar
[ch-080/jeongoon] Elm, Go solution added
2020-10-03[ch-080/jeongoon] Go solution added.Myoungjin JEON
2020-10-03Perl & Raku solutions to Tasks 1 & 2 of the Perl Weekly Challenge #080PerlMonk Athanasius
On branch branch-for-challenge-080 Changes to be committed: new file: challenge-080/athanasius/perl/ch-1.pl new file: challenge-080/athanasius/perl/ch-2.pl new file: challenge-080/athanasius/raku/ch-1.raku new file: challenge-080/athanasius/raku/ch-2.raku
2020-10-03- Added blog by Colin Crain.Mohammad S Anwar
2020-10-03Merge remote-tracking branch 'upstream/master'E7-87-83
2020-10-03Perl scripts for Task 1 and 2E7-87-83