Note that if you fork this repository, your responses may be publicly linked to this repo.
Please submit your application along with the solutions attached or linked.
It is important that you minimally attempt the problems, even if you do not arrive at a working solution.
You can either provide a link to an online repository, attach the solution in your application, or whichever method you prefer. We're cool as long as we can view your solution without any pain.
First, install the dependencies:
npm installThen, you can run a solution by running:
npm run solution<problem_numbr> (check npm scripts for the available solutions)Or you can also run a solution script directly by running:
npx ts-node problem<problem_number>/solution.tsAlso read the README.md file (if available) in the corresponding problem directory for more details.