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.

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.