Continuing the beginning stretch of Project Euler problems, we see Problem #2: The first of many questions to feature the Fibonacci sequence. Project Euler Problem #2: Even Fibonacci Numbers Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will …
Category Archives: Project Euler Problems
Project Euler Problem #1:
For those who like math and want to learn a programming language, I can think of no better resource than Project Euler. Project Euler contains a free database of over 600 math problems. While the problems are all technically do-able by hand, it is expected that each will be solved with a computer program. This …