An open API service indexing awesome lists of open source software.

https://github.com/jdk2pq/project_euler_2

An implementation of Project Euler #2 https://projecteuler.net/problem=2
https://github.com/jdk2pq/project_euler_2

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`.