jdk2pq / project_euler_2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 72.2%Language:HTML 27.8%