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.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers619
Suggested Problems
-
Remove all the words that end with "ain"
2710 Solvers
-
The Hitchhiker's Guide to MATLAB
3418 Solvers
-
Project Euler: Problem 10, Sum of Primes
2126 Solvers
-
Create matrix of replicated elements
399 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
401 Solvers
More from this Author51
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
:)
Good problem... but they definitely need to fix the way "size" is calculated.