| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-01 | rework challenge-076-01 using goldbach's conjecture | Alexander Pankoff | |
| looking through the other solutions i found this reference in @andinus blog article: https://stackoverflow.com/questions/35755825/find-minimum-prime-numbers-which-sum-to-a-given-value/35756072#35756072 I reworked my brute force solution to make use of the conjecture assuming it is true for any N that will ever be feed to this programm. The conjecture has been shown to hold for any $N < 4x10^18 which should be sufficiently large. | |||
| 2020-09-01 | add perl solution for challenge-76-2 | Alexander Pankoff | |
| 2020-09-01 | add example grid and dict for challenge-076-2 | Alexander Pankoff | |
| 2020-09-01 | add perl solution for challenge-076 part one | Alexander Pankoff | |
| 2020-08-31 | - Added template for Challenge 076. | Mohammad S Anwar | |
