aboutsummaryrefslogtreecommitdiff
path: root/challenge-065
AgeCommit message (Collapse)Author
2024-09-28Add Python solution to challenge 155Paulo Custodio
2024-09-18Add Python solution to challenge 065Paulo Custodio
2023-05-05Challenges 064 065 066 067 LK Perl PythonLubos Kolouch
2022-10-02- Added guest contributions to past weeks by AhmetEmre.Mohammad S Anwar
2022-04-18Add Perl solution to challenge 065Paulo Custodio
2021-01-101st commit on 065_haskellchirvasitua
2020-11-291st commit on 065chirvasitua
2020-07-24- Added my first Swift solution.Mohammad S Anwar
2020-06-29clarify usage of leading_zero parameterJörg Sommrey
2020-06-23Blog post for #65.Roger Bell_West
2020-06-22- Added Challenge 065 solutions by Laurent Rosenfeld.Mohammad S Anwar
2020-06-22Merge pull request #1851 from jaldhar/challenge-065Mohammad S Anwar
Challenge 65 by Jaldhar H. Vyas
2020-06-22Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-clubMohammad S Anwar
2020-06-22- Added solution by Craig.Mohammad S Anwar
2020-06-22Challenge 65 by Jaldhar H. VyasJaldhar H. Vyas
2020-06-22Merge pull request #1850 from E7-87-83/masterMohammad S Anwar
fix bugs on ch-1a.pl
2020-06-22Add files via uploadFung Cheok Yin
2020-06-22Merge pull request #1849 from E7-87-83/masterMohammad S Anwar
blog written
2020-06-22Create BLOG.txtFung Cheok Yin
2020-06-22Add solutions to 065 by E. ChorobaE. Choroba
There are two solutions for 065/1 Digits Sum. The first one is the naive one which uses the brute force. The second solution generates only the possible numbers and seems to be much faster: on my machine, it runs 3 times faster for length 7 and sum 42. The Palindrome Partition adds one more solution to the "aabaab" case: ["aa", "aa"]. It's not clear why this solution is invalid (Must the solutions be adjacent? Should each solution be never part of another solution?) Fixing the algorithm might not be straight forward, as additional constraints might need information that's not available in the current implementation.
2020-06-21- Added solutions by Colin Crain.Mohammad S Anwar
2020-06-21- Added solutions by Richard Park.Mohammad S Anwar
2020-06-21imported my solutions to this week's challengedcw
2020-06-21- Moved solution by Dave Jacoby.Mohammad S Anwar
2020-06-21- Added solutions by Shahed Nooshmand.Mohammad S Anwar
2020-06-21Merge pull request #1846 from E7-87-83/masterMohammad S Anwar
fix bugs
2020-06-22Update ch-2.plFung Cheok Yin
2020-06-22fix bugsFung Cheok Yin
2020-06-22fix bugsFung Cheok Yin
2020-06-22Added perl solution ch#65Ysmael Ebreo
2020-06-21- Added blog for Challenge 065.Mohammad S Anwar
2020-06-21- Added live coding videos for Challenge 065.Mohammad S Anwar
2020-06-21Solutions to challenge 65 task 1 and 2 in Raku by NoudNoud Aldenhoven
2020-06-21Merge pull request #1842 from E7-87-83/masterMohammad S Anwar
Cheok Yin's submission
2020-06-21Add files via uploadFung Cheok Yin
2020-06-21Rename ch-1.pl to challenge-065/cheok-yin-fung/perl/ch-1.plFung Cheok Yin
2020-06-20Merge pull request #1841 from andemark/branch-for-challenge-065Mohammad S Anwar
Branch for challenge 065
2020-06-20Queue instead of recursionMark Anderson
2020-06-20Queue instead of recursionMark Anderson
2020-06-20Merge pull request #1838 from andemark/branch-for-challenge-065Mohammad S Anwar
Challenge 65 Solutions
2020-06-20- Added solutions by Arne Sommer.Mohammad S Anwar
2020-06-20- Added blog by Colin Crain.Mohammad S Anwar
2020-06-20- Added solutions by Ulrich Rieke.Mohammad S Anwar
2020-06-19Challenge 65 SolutionsMark Anderson
2020-06-19Merge pull request #1837 from Scimon/masterMohammad S Anwar
Think this works
2020-06-19Think this worksSimon Proctor
2020-06-18solution for ch-2Jörg Sommrey
2020-06-18solution for ch-1Jörg Sommrey
2020-06-17Task 1 & 2Niels van Dijke
2020-06-17Merge pull request #1833 from brtastic/challenge-65Mohammad S Anwar
Challenge 65 solutions