Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmendesas/hackerrank
:computer: :books: my solution of some algorithms
https://github.com/mmendesas/hackerrank
Last synced: about 5 hours ago
JSON representation
:computer: :books: my solution of some algorithms
- Host: GitHub
- URL: https://github.com/mmendesas/hackerrank
- Owner: mmendesas
- Created: 2018-02-28T12:26:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T17:22:57.000Z (3 months ago)
- Last Synced: 2024-08-29T00:27:50.067Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hackerrank
A list of some algorithms solutions from `hackerrank/leetcode` using `javascript`
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
![](hackerrank-rec.gif)
## Running the tests
1. At the terminal:
- run `yarn test` to run all tests
- run `jest sum/test.js --watch` to run specific tests## Built With
- [Jest](https://jestjs.io/) - A delightful JavaScript Testing Framework
## Authors
- **Marcio Mendes** - _Initial work_ - [mmendesas](https://github.com/mmendesas)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details