A deep dive into mathematics; different approaches and performances for the problems presented here.
- node ^18.12.0
npm start
This will run all solutions stored in this repo, comparing them using node's perf_hook.
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.
- Attempt the problem yourself first. Spoilers ahead.
- Giving up? Comparing other approaches? Have a look at this repo.
- Feel free to open a PR for any observation found on this study source.
- 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