aboutsummaryrefslogtreecommitdiff
path: root/challenge-022
AgeCommit message (Collapse)Author
2022-09-04solutions 1-56,177,180 missing a fewaecepoglu
2021-11-30Add Python solution to challenge 22Paulo Custodio
2021-11-03use Modern::PerlPaulo Custodio
2021-05-16Finished challenge-022 ch-1 only with perllakpatashi
2021-01-291st commit on 022_haskellchirvasitua
2021-01-25Replace tabs by spaces so that indentation looks correctPaulo Custodio
2021-01-22Add Perl solution to Challenge 022Paulo Custodio
2020-12-231st commit on 022chirvasitua
2019-09-08- Added Perl5 review by Kian-Meng Ang.Mohammad S Anwar
2019-09-01- Added review blogs by Laurent Rosenfeld.Mohammad S Anwar
2019-08-28minor fixes to lzw_decode to increase clarity; tweaked to output format in ↵dcw
testlzw
2019-08-26- Added solutions by Arne Sommer.Mohammad S Anwar
2019-08-26Merge pull request #557 from dcw803/masterMohammad S Anwar
finally got the LZW stuff working (with 5 mins to spare:-)) after…
2019-08-26improved comments in LZW.pm, fixed trivial thing in encdecode..dcw
2019-08-26Merge pull request #556 from randyl/week22Mohammad S Anwar
Solutions for task 1 and 2 in perl5 and perl6
2019-08-26Merge pull request #555 from jaldhar/challenge-022Mohammad S Anwar
Challenge 022 by Jaldhar H. Vyas
2019-08-25finally got the LZW stuff working (with 5 mins to spare:-)) after having ↵dcw
difficulties getting text->encode->decode->sametext for some texts..
2019-08-25Challenge 022 by Jaldhar H. VyasJaldhar H. Vyas
2019-08-25perl6 solution for task2Randy Lauen
2019-08-25- Added solutions by Guillermo Ramos.Mohammad S Anwar
2019-08-25simplify logicRandy Lauen
2019-08-25Merge pull request #554 from PerlMonk-Athanasius/branch-for-challenge-022Mohammad S Anwar
Perl 5 & 6 solutions to Tasks 1 & 2 of Challenge #022
2019-08-25Perl 5 & 6 solutions to Tasks 1 & 2 of Challenge #022PerlMonk Athanasius
On branch branch-for-challenge-022 Changes to be committed: new file: challenge-022/athanasius/perl5/ch-1.pl new file: challenge-022/athanasius/perl5/ch-2.pl new file: challenge-022/athanasius/perl6/ch-1.p6 new file: challenge-022/athanasius/perl6/ch-2.p6
2019-08-25Joelle's solutions to 22.2 in P5 and P6Joelle Maslak
2019-08-25Merge pull request #552 from adamcrussell/challenge-022Mohammad S Anwar
Challenge 022
2019-08-25solutions for challenge 022Adam Russell
2019-08-25Merge pull request #551 from threadless-screw/wk22-ozzyMohammad S Anwar
wk22-ozzy
2019-08-25Merge pull request #550 from kianmeng/masterMohammad S Anwar
Add t1 answer
2019-08-25wk22-ozzythreadless-screw
2019-08-25my proposed solutions for challenge-022, p5 1Daniel Mantovani
2019-08-25Add t1 answerKian-Meng, Ang
2019-08-25- Added solution by Mark Senn.Mohammad S Anwar
2019-08-25Merge pull request #547 from drclaw1394/masterMohammad S Anwar
ruben/drclaw solutions for W22 ch1 and ch2. p5 and p6
2019-08-25Added ch-2.p6Ruben Westerberg
Refactored ch-2.pl to use List::Util Removed superfluous conditional blocks
2019-08-25ch-2.pl tidy upRuben Westerberg
2019-08-24perl5 solution for task2Randy Lauen
2019-08-24A more tidy solution to ch-2.plRuben Westerberg
2019-08-24Basic working version for ch-2.p5Ruben Westerberg
2019-08-24Blog post for 22Roger Bell_West
2019-08-24- Added solutions by Kevin Colyer.Mohammad S Anwar
2019-08-23Joelle's solutions to 22.1 in Perl6 & Perl5Joelle Maslak
2019-08-23Commit ch-2.plDuane Powell
2019-08-23- Added template for Kiran Kumar.Mohammad S Anwar
2019-08-23Merge pull request #543 from Doomtrain14/masterMohammad S Anwar
compressed data now saved to file in perl5 ch2
2019-08-23Merge remote-tracking branch 'upstream/master'Doomtrain14
2019-08-23Updated perl5 code of ch-2 to save compressed string to fileDoomtrain14
2019-08-22Add solution to 022 by E. ChorobaE. Choroba
Sexy Prime Pairs uses the prime module I've already used in two previous challenges, 012 and 015. LZW works according to the example in the Wikipedia page, i.e. only works for capital letters. It can be easily extended to handle any other characters, though.
2019-08-22Merge pull request #541 from andrezgz/challenge-022Mohammad S Anwar
challenge-022 andrezgz solution
2019-08-22Merge pull request #540 from Doomtrain14/masterMohammad S Anwar
Updated perl5 code for compressing
2019-08-23Added blog entryDoomtrain14