| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-30 | Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-club ↵ | Dave Jacoby | |
| into master | |||
| 2020-11-30 | Reset | Dave Jacoby | |
| 2020-11-29 | 1st commit on 017-020 | chirvasitua | |
| 2020-06-07 | Optimize LCS via Suffix Tree | E. 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-24 | Fix 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-05 | Merge pull request #474 from jaldhar/challenge-018 | Mohammad S Anwar | |
| Challenge 018 | |||
| 2019-08-03 | Challenge 18 by Jaldhar H. Vyas: problem 1 and blog. | Jaldhar H. Vyas | |
| 2019-08-03 | Challenge 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-28 | Merge pull request #442 from jaldhar/challenge-018 | Mohammad S Anwar | |
| challenge 18 by Jaldhar H. Vyas | |||
| 2019-07-28 | challenge 18 by Jaldhar H. Vyas | Jaldhar H. Vyas | |
| 2019-07-28 | Merge pull request #441 from yzhernand/ch-018-yozen | Mohammad S Anwar | |
| Added solutions by Yozen Hernandez for challenge 2 for week 18 | |||
| 2019-07-28 | Added solutions by Yozen Hernandez for challenge 2 for week 18 | Yozen Hernandez | |
| 2019-07-28 | Merge pull request #440 from dcw803/master | Mohammad S Anwar | |
| added my (dcw803) solutions to challenge 18 | |||
| 2019-07-28 | added my (dcw803) solutions to challenge 18 | dcw | |
| 2019-07-28 | - Added blog by E. Choroba. | Mohammad S Anwar | |
| 2019-07-28 | Merge pull request #439 from choroba/ech-blog2 | Mohammad S Anwar | |
| Add link to the second blog by E. Choroba | |||
| 2019-07-28 | - Added solution by Veesh Goldman. | Mohammad S Anwar | |
| 2019-07-28 | Add link to the second blog by E. Choroba | E. Choroba | |
| 2019-07-28 | Merge pull request #437 from choroba/ech-heap | Mohammad S Anwar | |
| Implement the heap properly | |||
| 2019-07-28 | Merge pull request #436 from kianmeng/master | Mohammad S Anwar | |
| Add task #1 answer for challenge 018 | |||
| 2019-07-28 | Merge pull request #435 from noudald/challenge-018-noud | Mohammad S Anwar | |
| Perl 6 solutions for task 1 and 2 of challenge 018 by Noud | |||
| 2019-07-28 | Merge pull request #434 from fjwhittle/master | Mohammad S Anwar | |
| fjwhittle challenge 018 solutions. | |||
| 2019-07-28 | Implement the heap properly | E. Choroba | |
| 2019-07-28 | Merge pull request #433 from adamcrussell/challenge-018 | Mohammad S Anwar | |
| Challenge 018 | |||
| 2019-07-28 | Add task #1 answer for challenge 018 | Kian-Meng, Ang | |
| 2019-07-28 | Perl 6 solutions for task 1 and 2 of challenge 018 by Noud | Noud | |
| 2019-07-28 | fjwhittle challenge 018 solutions. | Francis Whittle | |
| 2019-07-28 | solutions for challenge 018 | Adam Russell | |
| 2019-07-28 | deleted ch-3.pl | Adam Russell | |
| 2019-07-28 | updated solution for challenge-018 | Adam Russell | |
| 2019-07-28 | - Added solutions by guest Orestis Zekai. | Mohammad S Anwar | |
| 2019-07-28 | Merge pull request #432 from PerlMonk-Athanasius/branch-for-challenge-018 | Mohammad S Anwar | |
| Fixed formatting by converting tabs to spaces | |||
| 2019-07-27 | Fixed formatting by converting tabs to spaces | PerlMonk 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-28 | Merge pull request #431 from PerlMonk-Athanasius/branch-for-challenge-018 | Mohammad S Anwar | |
| Perl 5 & 6 solutions to Tasks 1 & 2 of Challenge #018 | |||
| 2019-07-27 | Perl 5 & 6 solutions to Tasks 1 & 2 of Challenge #018 | PerlMonk 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-27 | Solutions for 18.3 in P6 and P5 | Joelle Maslak | |
| 2019-07-28 | Merge pull request #429 from jmaslak/joelle-18-2-1 | Mohammad S Anwar | |
| Solution to 18.2 in P6 and P5 | |||
| 2019-07-28 | Merge pull request #428 from bracteatus/master | Mohammad S Anwar | |
| Solutions to Challenge 018, #1 and #2. | |||
| 2019-07-27 | Solution to 18.2 in P6 and P5 | Joelle Maslak | |
| 2019-07-27 | Update README | Jaime | |
| Solutions explained. | |||
| 2019-07-28 | Merge pull request #427 from dmanto/branch-for-challenge-018 | Mohammad S Anwar | |
| my proposed solutions for challenge-018, p5 1 & 2 | |||
| 2019-07-27 | my proposed solutions for challenge-018, p5 1 & 2 | Daniel Mantovani | |
| 2019-07-27 | Solutions for problem 17.1 in P6 and P5 | Joelle Maslak | |
| 2019-07-28 | - Added solutions by Arne Sommer. | Mohammad S Anwar | |
| 2019-07-27 | Update ch-2.pl | Jaime | |
| Snappy implementation of priority queue. | |||
| 2019-07-28 | challeng 018 perl6 solutions | 冯昶 | |
| 2019-07-27 | Merge pull request #424 from ufobat/patch-1 | Mohammad S Anwar | |
| Create priority-queue.pl6 | |||
