Skip to content

proveo-ca/project-euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published