aboutsummaryrefslogtreecommitdiff
path: root/challenge-023/walt-mankowski
AgeCommit message (Collapse)Author
2019-08-30Code for Challenge 23.1, nth order forward difference seriesWalt Mankowski
2019-08-30Code for Challenge 23 task 2, prime decompositionWalt Mankowski
The code works by first finding the primes up to n using the Sieve of Eratosthenes, then seeing how many times each of them divide n evenly.
2019-08-26- Added template for Challenge 023.Mohammad S Anwar