/project_euler_2

An implementation of Project Euler #2 https://projecteuler.net/problem=2

Primary LanguageJavaScript

Project Euler #2 Solution

Written in JavaScript. Use index.html and index.js file.

The simplified.js file is an attempt at a simplified solution, since I noticed that there was a sequence within the even values, but I realized it breaks if maximum > Number.MAX_SAFE_INTEGER.