Repository of algorithms and data structures, by building basic implementations along with test cases in Javascript (ES2015+).
Install jest globally on your system using npm.
sudo npm install --global jest
Now, run the individual test cases by pointing jest to the project folders.
jest anagrams/test.js --watch
(OR)
jest fizzbuzz
If you would like to implement your own algorithms or data structures in Javascript or you want to see me attempt to build the repository, contribute to the repo by creating a pull request or contact me at im.amruth@gmail.com.
Thanks for dropping by!
6 commits
JavaScript
87.5%
HTML
12.5%
Repository of algorithms and data structures, by building basic implementations along with test cases in Javascript (ES2015+).
Install jest globally on your system using npm.
sudo npm install --global jest
Now, run the individual test cases by pointing jest to the project folders.
jest anagrams/test.js --watch
(OR)
jest fizzbuzz
If you would like to implement your own algorithms or data structures in Javascript or you want to see me attempt to build the repository, contribute to the repo by creating a pull request or contact me at im.amruth@gmail.com.
Thanks for dropping by!
6 commits
JavaScript
87.5%
HTML
12.5%