Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtwebman/jts-project-euler
This is my Project Euler answers in Node.js / JavaScript.
https://github.com/jtwebman/jts-project-euler
Last synced: 11 days ago
JSON representation
This is my Project Euler answers in Node.js / JavaScript.
- Host: GitHub
- URL: https://github.com/jtwebman/jts-project-euler
- Owner: jtwebman
- Created: 2015-12-21T00:27:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T04:09:01.000Z (almost 9 years ago)
- Last Synced: 2023-03-12T08:19:02.352Z (over 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JT's Project Euler Answers in JavaScript
Project Euler is a site to learn new ways of solving common problems and
practicing with new questions every week. I learned programming on my own
when I was a kid so learning data structures and how to solve problems in
different ways has been a huge help.If you are hiring take a look ;)
If you are a programmer don't use these to cheat but let me know if you know
of a fast better way to solve them.## Get Answers
To get the answers just run:
```bash
npm install
npm start
```## Tests
To run the test:
```bash
npm install
npm test
```