Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 576 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 576 Bytes

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