/Euler-Problems-JS

This is a repo for me to complete some of the euler's problems using Javascript.

Primary LanguageJavaScriptMIT LicenseMIT

Euler Problems

Summary

This repository is intended for me to be a place where I can write & push my solution to some some of the Euler problems. The Euler problems can be found here: Project Euler.

Getting Setup

Download & Install Node.js or (and this is preferable) Setup your Node Environment with Node Version Manager (NVM)

Once you have those you can clone the repo: git clone https://github.com/tletz24/Euler-Problems-JS.git

You can then run each problem as so: node One.js

Developing

New problems can be solved in a single .js file in the Problems directory. It is a pretty easy naming convention 😁

If you believe that you can utilize some functions else where, feel free to put them in the Utils directory, but try to keep it simple