My solutions to various programming problems
Find a file
2022-12-16 22:58:57 +05:00
problems Problem 12: Integer to Roman 2022-12-16 22:58:57 +05:00
.gitignore Problem 8: string to integer 2022-11-25 23:06:02 +05:00
license.txt Create license.txt 2022-11-17 17:16:30 +05:00
readme.md Problem 8: ruby rewrite 2022-12-03 12:19:24 +05:00

Rubycode

Solutions of leetcode problems in Ruby.

How to run solutions

cd problems/random-problem
ruby test.rb

Solution structure

  • main.rb - the solution itself
  • test.rb - tests