nice one here s two pointer approach public class Solution { public int trap(int[] h) { int l = 0, r = h.length - 1, lmax = Integer.MIN_VALUE, rmax = Integer.MIN_VALUE, ans = 0; while (l < r) { lmax = Math.max(lmax, h[l]); rmax = Math.max(rmax, h[r]); if(lmax
@r.prabhakaraarjun6796Ай бұрын
Mass bro neee...... Nalla sonninga!
@gokulnath589 Жыл бұрын
Pakka code bro🔥🔥 yepdi bro neenga mattum ipdiala yosikiringa vere Mari bro superb 🤝🤝🤝
@selvaragavan_10 Жыл бұрын
Annae mass nae nee🙌🏻❤️
@mohamedfaizal43603 ай бұрын
super bro. crystal clear explanation.
@yadeshwararamm82603 жыл бұрын
Superb bro. ... I want more Qestions like this......🔥🔥🔥
@AlgoTamizha3 жыл бұрын
sure🙌. keep supporting and sharing. thanks
@FifthArima7 ай бұрын
This one is the simplest way to solve, easy to understand and is good for starters. I'd say decent for an interview. Yet there are different approaches to this problem 1. Using DP 2. Using two pointers 3. Using monotonic stack . The two pointer is the most optimal solution with no extra space. I would always advise folks to know all the possible ways to solve a problem. so that you have the edge when asked for optimization during follow ups !
@aldricanto7724Ай бұрын
tamil nadu oda striver bro neenga
@TheVinothg2 жыл бұрын
Great Explanation!!
@mohammedimthiyas5277Ай бұрын
Super bro
@srinivas37776 ай бұрын
super explanation bro
@RadhamaniRamadoss2 жыл бұрын
Excellent bro.. I am able to easily understand the problem after watching your video and was able to code in Python
@AlgoTamizha2 жыл бұрын
thats awesome. keep up the great work 👍
@abhineveash3 ай бұрын
❤❤❤
@gokulnath589 Жыл бұрын
Pls upload array medium level important questions for freshers
@AlgoTamizha Жыл бұрын
on the way..
@gokulnath589 Жыл бұрын
@@AlgoTamizha Thank you ♥️
@gokul44763 жыл бұрын
Niceee❤️
@codewithdeku7 ай бұрын
@prasannaselva449010 ай бұрын
bro zoho la entha question kettaga bro. level 2 on 27th December 2023