Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmncit/leetcode-solutions
Accepted solutions for LeetCode problems using Ruby
https://github.com/mmncit/leetcode-solutions
leetcode leetcode-database leetcode-shell leetcode-solutions ruby
Last synced: 15 days ago
JSON representation
Accepted solutions for LeetCode problems using Ruby
- Host: GitHub
- URL: https://github.com/mmncit/leetcode-solutions
- Owner: mmncit
- Created: 2019-11-14T08:32:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T04:48:58.000Z (about 5 years ago)
- Last Synced: 2024-11-18T11:24:12.730Z (3 months ago)
- Topics: leetcode, leetcode-database, leetcode-shell, leetcode-solutions, ruby
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solutions of LeetCode Problems
Accepted solutions of [LeetCode problems](https://leetcode.com/problems) using "Ruby"
## Required package
rspec
### How to run unit tests
For specific test:
```bash
rspec spec/_spec.rb --format documentation
```For testing all codes:
```bash
rspec
```
## Author**Mamun Rashid**
* [github/mmncit](https://github.com/mmncit)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
[MIT](https://choosealicense.com/licenses/mit/)