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
- Host: GitHub
- URL: https://github.com/jdk2pq/project_euler_2
- Owner: jdk2pq
- Created: 2019-09-03T23:48:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T00:08:45.000Z (over 5 years ago)
- Last Synced: 2025-02-28T22:10:30.555Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.