3. (14%) Let A[1..n] be an array of n positive numbers. Entry A[i] represents the trading price of a stock X on the i-th
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
3. (14%) Let A[1..n] be an array of n positive numbers. Entry A[i] represents the trading price of a stock X on the i-th
3. (14%) Let A[1..n] be an array of n positive numbers. Entry A represents the trading price of a stock X on the i-th day (and hence the numbers are ordered chronologically). Write an algorithm max-profit that returns a pair (a, b) such that if one buys stock X on the a-th day and sells it on the b-th day, the maximum profit is made. Give the time complexity of your algorithm in Big-O. Show the derivation of the complexity result. о
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!