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.
- Host: GitHub
- URL: https://github.com/tedlivist/stock_picker
- Owner: TedLivist
- Created: 2020-11-30T19:23:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T15:53:18.000Z (about 5 years ago)
- Last Synced: 2023-03-10T05:02:33.637Z (over 3 years ago)
- Topics: coding-challenge, ruby, the-odin-project
- Language: Ruby
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Picker
#### This is my solution to the Stock Picker Exercise on the Ruby Track on Odin Project