Solution: HackerRank Sherlock and Moving Tiles in Ruby

Categories: Coding, Solutions

This one was pretty fun! To be honest, I found it a little tricky at first but once I got the hang of it the math was pretty easy. The key is understanding that the velocity of each square is how much they each move on the line y = x every interval. NOT how much … Read More

Project Euler #35 Solution in Ruby

Categories: Coding, Project Euler

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