My solutions to various programming problems
Find a file
2023-01-28 20:59:45 +05:00
problems Problem 627: swap salary 2023-01-28 20:59:45 +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 Add a disclaimer 2022-12-31 12:14:39 +05:00

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 itself
  • test.rb - tests