Skip to content

Latest commit

 

History

History

ProjectEuler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Project Euler problems I've completed and attempted.

Completed

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

Need to Revisit (6)

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

Useful Editing Info

Problem Folder Structure

##_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

Competed Problem Commit Flow

  1. Correct Answer
  2. Snapshot of completion → png
  3. Update Local readme with date and completion number
  4. Move problem directory to 'Completed'
  5. Commit
  6. Update main readme link
  7. Final problem commit

Sample Multi-line Commit Message

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"

How a message committed like this looks