aboutsummaryrefslogtreecommitdiff
path: root/challenge-206
AgeCommit message (Collapse)Author
2024-09-03challenge-206pme
2023-07-12Merge pull request #8356 from MatthiasMuth/muthm-206Mohammad Sajid Anwar
Challenge 206: Correct typo in 'use' statement in README.md.
2023-07-11Challenge 206: Correct typo in 'use' statementMatthias Muth
2023-03-14Merge remote-tracking branch 'upstream/master'冯昶
2023-03-11Merge branch 'manwar:master' into masterPaulo Custodio
2023-03-11Add Perl, C, C++ and Forth solutionsPaulo Custodio
2023-03-08Merge pull request #7695 from spadacciniweb/PWC-207Mohammad S Anwar
PWC-207 - Perl, Python, Ruby, Go
2023-03-08Merge pull request #7693 from MatthiasMuth/muthm-add-blog-txtMohammad S Anwar
Add blog.txt for challenges 205 and 206.
2023-03-08Merge pull request #7690 from dcw803/masterMohammad S Anwar
ok, a day late but I've done the C versions of both tasks in ch 206…
2023-03-08Merge pull request #7676 from jaldhar/challenge-206Mohammad S Anwar
Challenge 206 by Jaldhar H. Vyas.
2023-03-08PWC-207 - Perl, Python, Ruby, GoMariano Spadaccini
2023-03-08Add blog.txt for challenges 205 and 206.Matthias Muth
2023-03-07ok, a day late but I've done the C versions of both tasks in challenge 206 ↵dcw
(and added a bit more debugging to ch-2.pl too)
2023-03-06Merge remote-tracking branch 'upstream/master'冯昶
2023-03-06Challenge 206 by Jaldhar H. Vyas.Jaldhar H. Vyas
2023-03-06- Added solutions by Avery Adams.Mohammad S Anwar
2023-03-06Merge pull request #7675 from BarrOff/barroff-206Mohammad S Anwar
feat: add solutions for challenge 206 from BarrOff
2023-03-06Merge pull request #7674 from dcw803/masterMohammad S Anwar
catchup commit: challenge 205, both tasks, Perl and C, plus challenge 206: both in perl only…
2023-03-06Merge pull request #7673 from MatthiasMuth/muthm-206Mohammad S Anwar
Challenge 206 Perl solutions by Matthias Muth
2023-03-06Merge pull request #7672 from Util/c206Mohammad S Anwar
Add TWC 206 solutions by Bruce Gray (Raku only).
2023-03-06Merge pull request #7671 from Solathian/branch-for-challenge-206Mohammad S Anwar
added file for challenge 206
2023-03-06Merge pull request #7670 from ealvar3z/challenge-206_eaxMohammad S Anwar
add Rust solution for week 206
2023-03-06Merge pull request #7669 from mattneleigh/pwc206Mohammad S Anwar
new file: challenge-206/mattneleigh/perl/ch-1.pl
2023-03-06Merge pull request #7668 from arnesom/branch-for-challenge-206Mohammad S Anwar
Arne Sommer
2023-03-06Merge pull request #7667 from boblied/masterMohammad S Anwar
Week 206
2023-03-06Merge pull request #7666 from E7-87-83/newtMohammad S Anwar
Week 206
2023-03-06Merge pull request #7665 from pip/branch-for-challenge-206Mohammad S Anwar
Pip Stuart's submission for challenge-206.
2023-03-06Merge pull request #7664 from wambash/challenge-week-206Mohammad S Anwar
solutions week 206
2023-03-06Merge pull request #7663 from kjetillll/challenge-206-kjetillllMohammad S Anwar
Turns out, with hints from others, we don't need to brute force here
2023-03-06docs: use correct arguments in command string exampleBarrOff
2023-03-06style: format expressions to better fit linewidthBarrOff
2023-03-06feat: add solutions for challenge 206 from BarrOffBarrOff
2023-03-05catchup commit: ch205, both tasks, Perl and C, plus ch206: both tasks in ↵dcw
Perl only
2023-03-05Cosmetic changes.Matthias Muth
2023-03-05Update README.mdMatthiasMuth
2023-03-05Update README.mdMatthiasMuth
2023-03-05Add TWC 206 solutions by Bruce Gray (Raku only).Util
2023-03-05added fileSolathian
2023-03-05add Rust solution for week 206e. alvarez
2023-03-05 new file: challenge-206/mattneleigh/perl/ch-1.plMatthew Neleigh
new file: challenge-206/mattneleigh/perl/ch-2.pl
2023-03-05Arne Sommerarnesom
2023-03-05Blog linkboblied
2023-03-05Week 206 Task 2boblied
2023-03-05Update README for 206boblied
2023-03-05Week 206 Task 1boblied
2023-03-05Week 206CY Fung
2023-03-05Pip Stuart's submission for challenge-206.Pip
2023-03-05solutions week 206Jan Krňávek
2023-03-05Turns out, hints from others, we don't need to loop through every possible ↵Kjetil Skotheim
pairings permutation. Just need to sort the input numbers and sum up every evenly indexed (0-indexed array) number.
2023-03-05RogerBW blog post for challenge no. 206Roger Bell_West