Read the article about data structure problem preparation.
JavaScript is used to solve all problems. I am using Karma and Jasmin to run the project.
- Download this repo from GitHub or clone it.
- Go to folder open command prompt or powershell
- Run
npm ci
(This will install test runner) - Run
npm test
This will run all test in this repo.
copy _draft/spec.template.js src/02-array/08-rain-water-harvesting.js
📣 I have followed Academic Booster Channel to learn and code his examples in JavaScript. His playlist on datastructure algorithm is excellent I recommend everyone to go through it.
Thanks, Rupesh Tiwari