aboutsummaryrefslogtreecommitdiff
path: root/challenge-057
AgeCommit message (Collapse)Author
2024-09-13Add Python solution to challenge 058Paulo Custodio
2024-09-11Add Python solution to challenge 057Paulo Custodio
2023-04-19Challenge 057 task 2Jörg Sommrey
2023-04-19Challenge 057 task 1Jörg Sommrey
2023-04-16Challenge 057 059 LK Perl PythonLubos Kolouch
2022-10-02- Added guest contributions to past weeks by AhmetEmre.Mohammad S Anwar
2022-04-13Add Perl solution to challenge 057Paulo Custodio
2021-01-031st commit on 057_haskellchirvasitua
2020-11-21initial commit on 056--059chirvasitua
2020-06-13Use @h{@a} = () instead of undef @h{@a}E. Choroba
as it works even when @a is empty.
2020-05-09- Added BLOG 057 by Colin Crain.Mohammad S Anwar
2020-05-07- Added blogs by Laurent Rosenfeld.Mohammad S Anwar
2020-05-05- Added BLOG 057 by Roger Bell_West.Mohammad S Anwar
2020-05-05Blog post for challenge #57.Roger Bell_West
2020-04-26Merge pull request #1638 from adamcrussell/challenge-057Mohammad S Anwar
initial commit
2020-04-26Merge pull request #1637 from dcw803/masterMohammad S Anwar
imported my solutions (including two attempts at task 1's bonus question…
2020-04-26initial commitAdam Russell
2020-04-26- Added solutions by Ruben Westerberg.Mohammad S Anwar
2020-04-26Merge pull request #1636 from drclaw1394/masterMohammad S Anwar
ruben's solutions for w56 and w57 ch-1 and ch-2. perl and raku
2020-04-26- Added solutions by Kevin Colyer.Mohammad S Anwar
2020-04-26Merge pull request #1635 from kevincolyer/branch-057Mohammad S Anwar
Branch 057
2020-04-26- Added solutions by Colin Crain.Mohammad S Anwar
2020-04-27Updated read meRuben Westerberg
2020-04-27Added w57 ch-1 and ch-2 perl and rakuRuben Westerberg
No bonus points for my tree printing.. out of time again!
2020-04-26Challenge-057 solutions by kevincolyerkevincolyer
2020-04-26challenges completekevincolyer
2020-04-26Merge pull request #1634 from user-person/branch-for-challenge-057Mohammad S Anwar
User-person's solutions for challenge 57.
2020-04-26- Added solutions by Laurent Rosenfeld.Mohammad S Anwar
2020-04-26User-person's solutions for challenge 57.User Person
2020-04-26Merge pull request #1633 from manfredi/challenge-057Mohammad S Anwar
Added solutions for challenge-057
2020-04-26Merge pull request #1632 from aliciabielsa/branch-for-challenge-057Mohammad S Anwar
challenge 057 perl
2020-04-26- Added APL solutions by Richard Park.Mohammad S Anwar
2020-04-26- Added weekly blog #057.Mohammad S Anwar
2020-04-26Added solutions for challenge-057Leo Manfredi
2020-04-26challenge 057 perlaliciabielsa
2020-04-26Perl solution to Task 2 of the Perl Weekly Challenge #057PerlMonk Athanasius
On branch branch-for-challenge-057 Changes to be committed: new file: challenge-057/athanasius/perl/Trie.pm new file: challenge-057/athanasius/perl/ch-2.pl
2020-04-26Update ch-1.plFung Cheok Yin
catch some defects
2020-04-26Solutions by dracos for Challenge 57.M Somerville
2020-04-26Merge pull request #1628 from E7-87-83/masterMohammad S Anwar
Cheok Yin's Submission for Challenge #057
2020-04-26Rename ch-2.pl to challenge-057/cheok-yin-fung/perl/ch-2.plFung Cheok Yin
2020-04-26Rename ch-1.pl to challenge-057/cheok-yin-fung/perl/ch-1.plFung Cheok Yin
2020-04-26Create BLOG.txtFung Cheok Yin
2020-04-26Update for non unique whole wordYsmael Ebreo
2020-04-26Merge pull request #1626 from andemark/branch-for-challenge-057Mohammad S Anwar
Challenge 57 Solutions
2020-04-25Challenge 57 SolutionsMark Anderson
2020-04-26Remove unneeded argumentE. Choroba
2020-04-26- Added solutions by Arne Sommer.Mohammad S Anwar
2020-04-26Merge pull request #1624 from choroba/ech057bMohammad S Anwar
Add a blog post by E. Choroba about 057
2020-04-25Merge pull request #1623 from jaredor/branch-for-challenge-057Mohammad S Anwar
Branch for challenge 057
2020-04-26Add a blog post by E. Choroba about 057E. Choroba
Invert Tree and Shotest Unique Prefix Also, fix the code according to the blog post.