JavaScript Solutions for Project Euler Problems
Reference for Problem Statements -
I wanted to keep a reference repo when solving Project Euler problems with different approaches.
Multiple ways to test out the code:
- Set up local node server and call the problem###.js file
- Open Chrome Developer Console -> Sources -> Snippets -> Paste code in new snippet -> Right click snippet and Run. -> Call main() and check output in Console
Feel free to refer and contribute if you have any other ways of solving these question.