Skip to content

Return an array with Stock Span for the consecutive no of days.

Notifications You must be signed in to change notification settings

Coder71005/StockSpan-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Question : Albert has been working with an organization called 'Money Traders' for the past few years. The organization is into the money trading business. His manager assigned him a task. For a given array/list of stock's prices for N days, find the stock's span for each day. The span of the stock's price today is defined as the maximum number of consecutive days(starting from today and going backwards) for which the price of the stock was less than today's price. For example, if the price of a stock over a period of 7 days are [100, 80, 60, 70, 60, 75, 85], then the stock spans will be [1, 1, 1, 2, 1, 4, 6].

About

Return an array with Stock Span for the consecutive no of days.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published