This README organizes all of my independent solutions to Project Euler problems in one place.
"Project Euler exists to encourage, challenge, and develop the skills and enjoyment of anyone with an interest in the fascinating world of mathematics." In doing these exercises, I am trying to refresh and refine my coding skills by solving each problem, often times in a variety of languages. This will allow me to remember syntax and think about ways to write cleaner code.
Problem Number | Language | Problem | Repository |
---|---|---|---|
1 | Java Script | Finding the sum of numbers that are multiples of 3 or 5 below 1000. | Link |
2 | Java Script | By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms. | Link |
Please feel free to contact me directly via e-mail at [email protected] if you have any questions, comments, ideas, or feedback. Also, I invite you to feel empowered to make any changes to this repository by forking it and making changes accordingly.