sts10 / project_euler_num_9

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Ruby 100.0%