Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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