Ruby | Trevor Elwell http://trevorelwell.me/ Tue, 19 Mar 2019 23:30:02 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.3 Data Structures Part II https://trevorelwell.me/data-structures-part-ii/ Thu, 23 Apr 2015 05:42:06 +0000 http://trevorelwell.me/?p=173 How to use structs, graphs, and trees. This weeks lessons at Viking Code School.

The post Data Structures Part II first appeared on Trevor Elwell.]]>
Project Euler #44 in Ruby https://trevorelwell.me/project-euler-44-in-ruby/ Thu, 16 Apr 2015 01:01:59 +0000 http://trevorelwell.me/?p=151 My solution to Project Euler #44, written in Ruby.

The post Project Euler #44 in Ruby first appeared on Trevor Elwell.]]>
Project Euler #35 Solution in Ruby https://trevorelwell.me/project-euler-35-solution-in-ruby/ Sat, 11 Apr 2015 21:32:53 +0000 http://trevorelwell.me/?p=135 I haven’t done any Project Euler problems in Ruby as of yet, but since I’m spending a majority of my time coding in Ruby for the time being I figured it would be good to give it a try! Conceptually this question wasn’t too hard but my original solution had me turning numbers into strings ... Read More

The post Project Euler #35 Solution in Ruby first appeared on Trevor Elwell.]]>