Given a list of results from trades made:
[1 3 -4 2 -1 2 3]
We can add them up to see this series of trades made a profit of 6.
Since the two biggest trades sum to that, we can say that all the profit came from two trades.
What is the minimum number of trades that represent the total profit (possibly exceeding it). All trade lists will represent profitable series.
:)
Good problem... but they definitely need to fix the way "size" is calculated.
Given an unsigned integer x, find the largest y by rearranging the bits in x
524 Solvers
298 Solvers
152 Solvers
Celsius to Fahrenheit converter
280 Solvers
poll: would you like the regexp (?@cmd) functionality to be banned in Cody?
147 Solvers