Skip to content

My JavaScript solutions to the problems posted on ProjectEuler.net

License

Notifications You must be signed in to change notification settings

Rustic-Citrus/project-euler-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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].

About

My JavaScript solutions to the problems posted on ProjectEuler.net

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published