https://github.com/myterminal/project-euler-solutions-legacy
Solutions to the ProjectEuler problems I have solved yet [Deprecated]
https://github.com/myterminal/project-euler-solutions-legacy
projecteuler projecteuler-js projecteuler-solutions
Last synced: 3 months ago
JSON representation
Solutions to the ProjectEuler problems I have solved yet [Deprecated]
- Host: GitHub
- URL: https://github.com/myterminal/project-euler-solutions-legacy
- Owner: myTerminal
- License: other
- Created: 2014-01-05T05:03:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T22:55:45.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T05:29:42.724Z (4 months ago)
- Topics: projecteuler, projecteuler-js, projecteuler-solutions
- Language: JavaScript
- Homepage:
- Size: 224 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# project-euler-solutions-legacy
[](https://travis-ci.org/myTerminal/project-euler-solutions)
[](https://codeclimate.com/github/myTerminal/project-euler-solutions)
[](https://coveralls.io/r/myTerminal/project-euler-solutions?branch=master)
[](https://creativecommons.org/licenses/by-nc-sa/4.0)Solutions to the [Project Euler](https://projecteuler.net/progress=myTerminal) problems I have solved yet **[Deprecated]**
> This is my oldest project on GitHub I created to store my solutions during my early years with JavaScript, GitHub, and even Git, and hence does not even remotely depict my coding style. It is one of my least maintained projects and that is on purpose to preserve it as a memory. As a successor to it and in order to practice other programming languages, I created [project-euler-solutions](https://github.com/myTerminal/project-euler-solutions), which I have planned to take forward.
## How to run a solution:
You can run a particular solution by typing in the following in the console:
node run 5
In the above example, '5' is the problem number you want the solution to be run for.
## Running Tests:
You can run solutions for all the problems at once to see if any of the results are deviating. You can do that by typing the following command:
npm test