DSA
- Stock Buy and Sell
- Solve by comparing the minimum with the previous element.
- Find the profit by subtracting ith element from minimum.
- return the max profit.
- Rearrange positives and negatives.
- Solve it bytwo-pointer method.
Project
- Tested the evalbar value from cp, accuracy from positions, classifications from win percentages, estimation of elo from positions and acpl.
- Implement in the code tomorrow.