My solutions to various programming problems
problems | ||
.gitignore | ||
license.txt | ||
readme.md |
Rubycode
Solutions of leetcode problems in Ruby.
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
cd problems/random-problem
ruby test.rb
Structure
main.rb
- the solution itselftest.rb
- tests