Project - Assignment two for Ruby Building Blocks project on The Odin Project
Assignment URL: http://www.theodinproject.com/ruby-programming/building-blocks
Assignment: Build a script that takes in an array of values representing stock prices per day.
Find the combination of days which net the most profit, keeping with respect that
you cannot sell a stock before you purchase it, meaning the sell day MUST be after the buy day.