trekhleb / javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MIT License
188.58k stars 30.28k forks source link

Mahale harsh patch 2 #1583

Open MahaleHarsh opened 2 weeks ago

MahaleHarsh commented 2 weeks ago

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.

Capobviouscmd commented 6 hours ago

Is there any tutorial for java?