Time to solve some problems with code and practice your algorithmic thinking
Have a look at ./index.js
, there are some functions you need to implement.
Please install the dependencies using npm i
first.
You can use the following commands:
npm run test
to run the tests