Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)