| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-30 | 临时提交 | 冯昶 | |
| 2020-09-30 | Merge pull request #2414 from tylerw/tw/challenge-080 | Mohammad S Anwar | |
| Improvements for challenge 080 | |||
| 2020-09-30 | [ch-080/jeongoon] Blog for raku Task #2 | Myoungjin JEON | |
| 2020-09-30 | Merge pull request #2413 from jeongoon/master | Mohammad S Anwar | |
| [ch-080/jeongoon] Blog for raku Task #2 | |||
| 2020-09-29 | Merge pull request #2412 from juliodcs/juliodcs-week80 | Mohammad S Anwar | |
| Add solution for Week 80 | |||
| 2020-09-30 | Add solution for Week 80 | Julio | |
| 2020-09-29 | - Added solutions by Laurent Rosenfeld. | Mohammad S Anwar | |
| 2020-09-29 | - Added solutions by Ulrich Rieke. | Mohammad S Anwar | |
| 2020-09-29 | Ch80/Task 1: handle sequences without gaps | Tyler Wardhaugh | |
| The smallest positive integer for the sequence [1 2 3 4] is 5 (i.e., 1 + the maximum). Add a test to check for this. | |||
| 2020-09-29 | Ch80/Task 1: introduce a more efficient algorithm | Tyler Wardhaugh | |
| Constructing a set is elegant but not memory-efficient when dealing with large numbers. Add benchmarking to demonstrate the difference. Also, change the original algorithm (and add a test) to ensure 1 is returned when no positive integers are provided. | |||
| 2020-09-29 | Merge pull request #2411 from nunovieira220/challenge-080 | Mohammad S Anwar | |
| Add solution to challenge 080 | |||
| 2020-09-29 | Merge pull request #2410 from jo-37/contrib | Mohammad S Anwar | |
| Solutions to challenge 080 | |||
| 2020-09-29 | Merge pull request #2409 from vinodk89/master | Mohammad S Anwar | |
| Solutions for challenge 80 | |||
| 2020-09-29 | Add nunovieira220 js solution to challenge 080 | Nuno Vieira | |
| 2020-09-29 | Add nunovieira220 perl solution to challenge 080 | Nuno Vieira | |
| 2020-09-29 | Fix challenge number | Lubos Kolouch | |
| 2020-09-29 | Python solutions Challenge 080 LK | Lubos Kolouch | |
| 2020-09-29 | - Added Raku solution to the "Count Candies" task. | Mohammad S Anwar | |
| 2020-09-29 | Solution to task 2 | Jörg Sommrey | |
| 2020-09-29 | Solution to task 1 | Jörg Sommrey | |
| 2020-09-30 | Solutions for challenge 80 | vinodk89 | |
| 2020-09-29 | Merge pull request #2408 from aviralg/master | Mohammad S Anwar | |
| Add Haskell solutions for week 80 | |||
| 2020-09-29 | Merge pull request #2407 from Firedrake/rogerbw-challenge-080-blog | Mohammad S Anwar | |
| Rogerbw challenge 080 blog | |||
| 2020-09-29 | - Added Raku solution to "Smallest Positive Number" task. | Mohammad S Anwar | |
| 2020-09-29 | Add Haskell solutions for week 80 | Aviral Goel | |
| 2020-09-29 | - Minor improvement. | Mohammad S Anwar | |
| 2020-09-29 | - Cosmetic changes. | Mohammad S Anwar | |
| 2020-09-29 | - Further tidied up Perl solutions. | Mohammad S Anwar | |
| 2020-09-29 | - Updated Perl solutions post Raku one. | Mohammad S Anwar | |
| 2020-09-29 | Corrected blog post for #80. | Roger Bell_West | |
| 2020-09-29 | Blog post for #80. | Roger Bell_West | |
| 2020-09-29 | rewrite with a left to right and a right to left pass - this doesn't need ↵ | drbaggy | |
| the outer loop | |||
| 2020-09-29 | re-written with test-more tests and added additional tests to ensure that ↵ | drbaggy | |
| the ch-2.pl was working correctly as the examples in the blog could be solved with code which terminated prematurely [you need to repeat the application of rule 2 until you add no new candies] - and looking at some of the solutions this is the case | |||
| 2020-09-29 | - Added Perl solutions to week 80. | Mohammad S Anwar | |
| 2020-09-29 | - Added solutions by Shawn Wagner. | Mohammad S Anwar | |
| 2020-09-28 | Solutions to challenge 080, both parts, in tcl | Shawn | |
| 2020-09-28 | Solutions to challenge 080, both parts, in perl | Shawn | |
| 2020-09-29 | Merge pull request #2404 from waltman/branch-for-challenge-080 | Mohammad S Anwar | |
| Branch for challenge 080 | |||
| 2020-09-29 | Merge pull request #2403 from tylerw/tw/challenge-080 | Mohammad S Anwar | |
| Challenge 080 | |||
| 2020-09-29 | Merge pull request #2402 from drbaggy/master | Mohammad S Anwar | |
| Week 80 - neat solutions... | |||
| 2020-09-29 | Merge pull request #2401 from andinus/master | Mohammad S Anwar | |
| Add challenge-080's ch-1, ch-2 solution in Perl | |||
| 2020-09-29 | Merge pull request #2400 from holli-holzer/master | Mohammad S Anwar | |
| initial | |||
| 2020-09-29 | Merge pull request #2399 from gugod/master | Mohammad S Anwar | |
| solutions of PWC 080 from gugod in Perl, Raku, and Kotlin. | |||
| 2020-09-29 | Merge pull request #2398 from PerlBoy1967/branch-for-challenge-080 | Mohammad S Anwar | |
| Task 1 & 2 | |||
| 2020-09-29 | Merge pull request #2397 from jeongoon/master | Mohammad S Anwar | |
| [ch-080/jeongoon] Raku Task #1 Blog added | |||
| 2020-09-29 | Merge pull request #2396 from LubosKolouch/chal_080_LK | Mohammad S Anwar | |
| Solution 080 Challenge 1 Perl LK | |||
| 2020-09-29 | Merge pull request #2395 from Firedrake/rogerbw-challenge-080 | Mohammad S Anwar | |
| Solutions for challenge #80. | |||
| 2020-09-29 | Merge pull request #2394 from Scimon/master | Mohammad S Anwar | |
| Here we go | |||
| 2020-09-28 | blog post for challenge 80 | Walt Mankowski | |
| 2020-09-28 | python code for challenge 80 | Walt Mankowski | |
