aboutsummaryrefslogtreecommitdiff
path: root/challenge-149/abigail/perl
AgeCommit message (Collapse)Author
2022-01-28Week 149, part 2. Mention additional calculated values.Abigail
2022-01-27Week 149, part 2: Spend a ton of CPU cycles to find more values.Abigail
Running the Python program from the OEIS to find values for 23, 24, and 25.
2022-01-26Week 149, part 1: Fix variable names.Abigail
2022-01-25Week 149, part 1: Use same algorithm for Perl solution.Abigail
When calculating the sum of the digits, use the modulo and divide method, instead of stringifying and summing the digits extracted with a regexp.
2022-01-25Week 149, part 2: Solutions in 16 languages.Abigail
2022-01-24Week 149, part 1. Improve Perl and AWK solutions.Abigail
We don't have to generate Fibonacci numbers up to some arbitrary limit. Instead, we just generate as many as needed.
2022-01-24Week 149, part 1: Perl solutionAbigail