My solutions to various programming problems
problems | ||
.gitignore | ||
license.txt | ||
readme.md |
Rubycode
Solutions of leetcode problems in Ruby.
How to run solutions
cd problems/random-problem
ruby test.rb
Solution structure
main.rb
- the solution itselftest.rb
- tests