mmncit / leetcode-solutions

Accepted solutions for LeetCode problems using Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solutions of LeetCode Problems

Accepted solutions of LeetCode problems using "Ruby"

Required package

rspec

How to run unit tests

For specific test:

rspec spec/<problem_name>_spec.rb --format documentation

For testing all codes:

rspec

Author

Mamun Rashid

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Accepted solutions for LeetCode problems using Ruby


Languages

Language:Ruby 89.5%Language:Shell 10.5%