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

https://github.com/tedlivist/stock_picker

This is a Ruby function that implements the stock-picker coding challenge on The Odin Project. An array of price stocks over a range of days is given and the program outputs the best days to buy and sell to realize the biggest profit.
https://github.com/tedlivist/stock_picker

coding-challenge ruby the-odin-project

Last synced: about 1 year ago
JSON representation

This is a Ruby function that implements the stock-picker coding challenge on The Odin Project. An array of price stocks over a range of days is given and the program outputs the best days to buy and sell to realize the biggest profit.

Awesome Lists containing this project

README

          

# Stock Picker

#### This is my solution to the Stock Picker Exercise on the Ruby Track on Odin Project