Skip to content

sachinksha/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithms

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

Project config

  • 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

Pre-requisite:

Install latest node

First time setup:

npm install

Build using webpack:

npm run build

or watch for changes using:

npm run watch

Run Tests:

npm run test

or watch for changes and run tests using:

npm run watch:test

About

Repo to experiment and solve data structures and algorithm problems, try multiple variations to the optimize the space-time complexity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors