aboutsummaryrefslogtreecommitdiff
path: root/challenge-018
AgeCommit message (Collapse)Author
2020-11-30Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-club ↵Dave Jacoby
into master
2020-11-30ResetDave Jacoby
2020-11-291st commit on 017-020chirvasitua
2020-06-07Optimize LCS via Suffix TreeE. Choroba
Also, make it general by not using high unicode characters as separators, but rather using arrays instead of strings to store the characters, and making the markers a special array elements. Moreover, optimize the coverage computing by iterating over the numbers rather than the covered characters.
2020-05-24Fix the 018/1 by E. Choroba (LCS via Suffix Tree)E. Choroba
Thanks capfan for finding the bug.
2019-08-25- Added Perl6 by Laurent Rosenfeld.Mohammad S Anwar
2019-08-19- Updated review blogs.Mohammad S Anwar
2019-08-05Merge pull request #474 from jaldhar/challenge-018Mohammad S Anwar
Challenge 018
2019-08-03Challenge 18 by Jaldhar H. Vyas: problem 1 and blog.Jaldhar H. Vyas
2019-08-03Challenge 18 by Jaldhar H. Vyas: minor typo/bug fixes to problem 2.Jaldhar H. Vyas
2019-07-29- Added solutions by Mark Senn.Mohammad S Anwar
2019-07-28Merge pull request #442 from jaldhar/challenge-018Mohammad S Anwar
challenge 18 by Jaldhar H. Vyas
2019-07-28challenge 18 by Jaldhar H. VyasJaldhar H. Vyas
2019-07-28Merge pull request #441 from yzhernand/ch-018-yozenMohammad S Anwar
Added solutions by Yozen Hernandez for challenge 2 for week 18
2019-07-28Added solutions by Yozen Hernandez for challenge 2 for week 18Yozen Hernandez
2019-07-28Merge pull request #440 from dcw803/masterMohammad S Anwar
added my (dcw803) solutions to challenge 18
2019-07-28added my (dcw803) solutions to challenge 18dcw
2019-07-28- Added blog by E. Choroba.Mohammad S Anwar
2019-07-28Merge pull request #439 from choroba/ech-blog2Mohammad S Anwar
Add link to the second blog by E. Choroba
2019-07-28- Added solution by Veesh Goldman.Mohammad S Anwar
2019-07-28Add link to the second blog by E. ChorobaE. Choroba
2019-07-28Merge pull request #437 from choroba/ech-heapMohammad S Anwar
Implement the heap properly
2019-07-28Merge pull request #436 from kianmeng/masterMohammad S Anwar
Add task #1 answer for challenge 018
2019-07-28Merge pull request #435 from noudald/challenge-018-noudMohammad S Anwar
Perl 6 solutions for task 1 and 2 of challenge 018 by Noud
2019-07-28Merge pull request #434 from fjwhittle/masterMohammad S Anwar
fjwhittle challenge 018 solutions.
2019-07-28Implement the heap properlyE. Choroba
2019-07-28Merge pull request #433 from adamcrussell/challenge-018Mohammad S Anwar
Challenge 018
2019-07-28Add task #1 answer for challenge 018Kian-Meng, Ang
2019-07-28Perl 6 solutions for task 1 and 2 of challenge 018 by NoudNoud
2019-07-28fjwhittle challenge 018 solutions.Francis Whittle
2019-07-28solutions for challenge 018Adam Russell
2019-07-28deleted ch-3.plAdam Russell
2019-07-28updated solution for challenge-018Adam Russell
2019-07-28- Added solutions by guest Orestis Zekai.Mohammad S Anwar
2019-07-28Merge pull request #432 from PerlMonk-Athanasius/branch-for-challenge-018Mohammad S Anwar
Fixed formatting by converting tabs to spaces
2019-07-27Fixed formatting by converting tabs to spacesPerlMonk Athanasius
Changes to be committed: modified: challenge-018/athanasius/perl6/MyPriorityQueue.pm6 modified: challenge-018/athanasius/perl6/ch-1.p6 modified: challenge-018/athanasius/perl6/ch-2.p6
2019-07-28Merge pull request #431 from PerlMonk-Athanasius/branch-for-challenge-018Mohammad S Anwar
Perl 5 & 6 solutions to Tasks 1 & 2 of Challenge #018
2019-07-27Perl 5 & 6 solutions to Tasks 1 & 2 of Challenge #018PerlMonk Athanasius
On branch branch-for-challenge-018 Changes to be committed: new file: challenge-018/athanasius/perl5/MyPriorityQueue.pm new file: challenge-018/athanasius/perl5/ch-1.pl new file: challenge-018/athanasius/perl5/ch-2.pl new file: challenge-018/athanasius/perl6/MyPriorityQueue.pm6 new file: challenge-018/athanasius/perl6/ch-1.p6 new file: challenge-018/athanasius/perl6/ch-2.p6
2019-07-27Solutions for 18.3 in P6 and P5Joelle Maslak
2019-07-28Merge pull request #429 from jmaslak/joelle-18-2-1Mohammad S Anwar
Solution to 18.2 in P6 and P5
2019-07-28Merge pull request #428 from bracteatus/masterMohammad S Anwar
Solutions to Challenge 018, #1 and #2.
2019-07-27Solution to 18.2 in P6 and P5Joelle Maslak
2019-07-27Update READMEJaime
Solutions explained.
2019-07-28Merge pull request #427 from dmanto/branch-for-challenge-018Mohammad S Anwar
my proposed solutions for challenge-018, p5 1 & 2
2019-07-27my proposed solutions for challenge-018, p5 1 & 2Daniel Mantovani
2019-07-27Solutions for problem 17.1 in P6 and P5Joelle Maslak
2019-07-28- Added solutions by Arne Sommer.Mohammad S Anwar
2019-07-27Update ch-2.plJaime
Snappy implementation of priority queue.
2019-07-28challeng 018 perl6 solutions冯昶
2019-07-27Merge pull request #424 from ufobat/patch-1Mohammad S Anwar
Create priority-queue.pl6