Repo to experiment and solve data structures and algorithm problems on websites like Khan academy, Geeks for Geeks, etc
Try multiple variations to the optimize the space-time complexity
- NodeJS based project using es6
- Bundler used is Webpack
- Jest is used for writing cases
- Babel is used for transpiling the code and for working with import statements
Install latest node
npm install
npm run build
or watch for changes using:
npm run watch
npm run test
or watch for changes and run tests using:
npm run watch:test