Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.73 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.73 KB

Project Euler Solutions in JavaScript

Author: Harry Stuart Curtis

Date Added: 2023-09-21

Last Updated: 2024-05-01

About

What is Project Euler?

Taken from ProjectEuler.net, "Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems."1

Where can I find more information about the problems?

The problems are described on the Project Euler website, in the Archives section.2 As of today, (21 Sep 2023), there are 845 problems on their website.

Progress

Current Milestone (2024-05-01): Solve the first 10 problems.

  • Problem #1 - Multiples of 3 and 5
  • Problem #2 - Even Fibonacci numbers
  • Problem #3 - Largest prime factor
  • Problem #4 - Largest palindrome product
  • Problem #5 - Smallest multiple
  • Problem #6 - Sum square difference
  • Problem #7 - 10001st prime
  • Problem #8 - Largest product in a series
  • Problem #9 - Special Pythagorean triplet
  • Problem #10 - Summation of primes

References

1. [Website] Project Euler. (n.d.) About Project Euler. ProjectEuler.net. https://projecteuler.net/ [Accessed on 21 Sep 2023].

2. [Website] Project Euler. (n.d.) Archived Problems - Project Euler. ProjectEuler.net. https://projecteuler.net/archives [Accessed on 21 Sep 2023].

3. [Website] freeCodeCamp. (n.d.) Project Euler | freeCodeCamp. freeCodeCamp.org. https://www.freecodecamp.org/learn/project-euler/ [Accessed on 21 Sep 2023].