A list of some algorithms solutions from hackerrank/leetcode
using javascript
- At the terminal:
- run
yarn test
to run all tests - run
jest sum/test.js --watch
to run specific tests
- run
- Jest - A delightful JavaScript Testing Framework
- Marcio Mendes - Initial work - mmendesas
This project is licensed under the MIT License - see the LICENSE.md file for details