I have subscribed to the Daily Coding Problem newsletter to try and keep my brain active and thinking about various problems, kind of like a crossword puzzle or sodoku. This is a collection of some of the ones I have attempted.
I recommend using nvm
to install and manage node.js versions. There is a .nvmrc
file
that specifies the version of node.js to use. Run the this via the command line to install
the correct version of node.js
nvm install <version from .nvmrc>
Once installed, run
nvm use <version from .nvmrc>
On the command line, run
npm start
This will launch the application into an interactive mode allowing you to first select the challenge you want to run.
From there you can type execute
or readme
to either execute
the challenge or view the readme.