javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

Mahale harsh patch 2

Open MahaleHarsh opened this issue 11 months ago • 1 comments

I have removed the Math.max calculation and directly added profit only on days when the stock price increased simplifying the logic and improving readability. This greedy approach accumulates profit efficiently by capturing only the upward price trends.

MahaleHarsh avatar Nov 06 '24 05:11 MahaleHarsh