proveo-ca / project-euler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Project Euler research

A deep dive into mathematics; different approaches and performances for the problems presented here.

Requirements

  • node ^18.12.0

To run:

  • npm start

This will run all solutions stored in this repo, comparing them using node's perf_hook.

About this repo

Please, remember the purpose for Project Euler is for you to attempt the problem first; throw your naive approach in, give it a try. Hopefully, some mathematical principles will be learned along the way. More info about the project here.

  1. Attempt the problem yourself first. Spoilers ahead.
  2. Giving up? Comparing other approaches? Have a look at this repo.
  3. Feel free to open a PR for any observation found on this study source.

Roadmap

  • 1.0.0: Exercises 001 to 010
  • 1.0.1: Add a README.md on every exercise folder to display performance outputs
  • 1.1.0: Compare with other languages outside of JavaScript

About


Languages

Language:JavaScript 100.0%