OseOliv / study-ruby

Repository for studies in Ruby and Ruby on Rails
0 stars 0 forks source link

Two Sum #56

Closed OseOliv closed 4 months ago

OseOliv commented 4 months ago

https://leetcode.com/problems/two-sum/description/

OseOliv commented 4 months ago

Solution: https://github.com/OseOliv/study-ruby/blob/main/20_algorithms/lib/two_sum.rb

Test: https://github.com/OseOliv/study-ruby/blob/main/20_algorithms/spec/lib/two_sum_spec.rb