Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muaazsaleem/stock_picker

A small ruby method that figures out the best days to bey and sell stock from an array
https://github.com/muaazsaleem/stock_picker

Last synced: 23 days ago
JSON representation

A small ruby method that figures out the best days to bey and sell stock from an array

Awesome Lists containing this project

README

        

##Stock Picker

stock_picker is a method that takes in an array of stock prices, one for each hypothetical day. It should return a pair of days representing the best day to buy and the best day to sell. Days start at 0.

via (the Odin Project)[http://theodinproject.com]