my-solutions/readme.md
2022-12-31 12:14:39 +05:00

21 lines
356 B
Markdown

# Rubycode
Solutions of leetcode problems in Ruby.
- [My profile](https://leetcode.com/ordinary-dev/)
I don't claim to be the best programmer.
These solutions may not be the most optimal, but these are my solutions.
## How to run
```bash
cd problems/random-problem
ruby test.rb
```
## Structure
- `main.rb` - the solution itself
- `test.rb` - tests