26/2/25 @LeetCode POTD
We keep track of maxPreSum and minPreSum. If our preSum is positive subtract the most negative number to yield the largest result. Similarly preSum is negative, subtract largest preSum to yield the most positive val
TC-O(n)
#DSA#LeetCode#everydaycode
🚀 Day 11 of my journey! #EveryDayCode📷 Explored React props, and mastered various ways to write React props. Just pushed my e-commerce comic book site's code to GitHub. Exciting times ahead! 📷#ReactJS#WebDev#GitHub#FullStack📷 🚀
#EverydayCode#100DaysOfCode
Changed the UI of my lookUp search engine and I also pushed to GitHub 2 projects,
One for a client and the other for myself
#github#coding
Day 363
I have learned about JavaScript Continue statement.
The continue statement breaks one iteration (in the loop), if a specified condition occurs, and continues with the next iteration in the loop.
@scaler_official@interview_bit#scaler#scalerdiscord#everydaycode