/project_euler_num_9

A ruby solution to Project Euler problem #9, tested with RSpec

Primary LanguageRubyApache License 2.0Apache-2.0

Project Euler #9 Solution

A solution to Project Euler problem #9 in Ruby, using nested detect loops. See the throw_catch branch for a solution using Ruby's catch and throw keywords.

Full blog post