Project Euler problems I've completed and attempted.
Problem | Completed | Code Link |
---|---|---|
#1 - Multiples of 3 and 5 | 06-Jun-2016 | Prob 1 |
#2 - Even Fibonacci Numbers | 15-Jun-2016 | Prob 2 |
#6 - Sum square difference | 16-Jun-2016 | Prob 6 |
#8 - Largest product in a series | 01-Sep-2018 | Prob 8 |
Problem | Revisited | Code Link |
---|---|---|
#4 - Largest palindrome product | 30-Jul-2018 | Prob 4 |
#5 - Smallest multiple | 31-Jul-2018 | Prob 5 |
#7 - 10 001st prime | 29-Jul-2018 | Prob 7 |
#9 - Special pythagorean triplet | 28-Jul-2018 | Prob 9 |
#22L - Names scores (lite) | 31-Jul-2018 | Prob 22L |
#25 - 1000-digit Fibonacci number | 02-Sep-2018 | Prob 25 |
##_Problem-name
##_Problem-name.js -- contains only solution code
##_Notes.md -- working notes, comments and scratch code
README.md -- problem statement, page link, and pertinent dates
- Correct Answer
- Snapshot of completion → png
- Update Local readme with date and completion number
- Move problem directory to 'Completed'
- Commit
- Update main readme link
- Final problem commit
git commit -m "Added Attempting, Completed, and Template folders"
-m "To Attempting
04_Largest-palindrome-product
05_Smallest-multiple
07_10001st-prime
08_Largest-product-in-a-series
09_Special-pythagorean-triplet
To Completed
01_Sum-of-multiples-of-3-and-5
02_Even-fibonacci-numbers
06_Sum-square-difference
To Template
Base folder, js, and md folder templates"