Trapping Rain Water | HARD Leetcode Problem | Most important interview coding question|with solution

  Рет қаралды 6,005

Algo Tamizha

Algo Tamizha

Күн бұрын

Пікірлер: 25
@thavashankarj1168
@thavashankarj1168 11 ай бұрын
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
@r.prabhakaraarjun6796 Ай бұрын
Mass bro neee...... Nalla sonninga!
@gokulnath589
@gokulnath589 Жыл бұрын
Pakka code bro🔥🔥 yepdi bro neenga mattum ipdiala yosikiringa vere Mari bro superb 🤝🤝🤝
@selvaragavan_10
@selvaragavan_10 Жыл бұрын
Annae mass nae nee🙌🏻❤️
@mohamedfaizal4360
@mohamedfaizal4360 3 ай бұрын
super bro. crystal clear explanation.
@yadeshwararamm8260
@yadeshwararamm8260 3 жыл бұрын
Superb bro. ... I want more Qestions like this......🔥🔥🔥
@AlgoTamizha
@AlgoTamizha 3 жыл бұрын
sure🙌. keep supporting and sharing. thanks
@FifthArima
@FifthArima 7 ай бұрын
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
@aldricanto7724 Ай бұрын
tamil nadu oda striver bro neenga
@TheVinothg
@TheVinothg 2 жыл бұрын
Great Explanation!!
@mohammedimthiyas5277
@mohammedimthiyas5277 Ай бұрын
Super bro
@srinivas3777
@srinivas3777 6 ай бұрын
super explanation bro
@RadhamaniRamadoss
@RadhamaniRamadoss 2 жыл бұрын
Excellent bro.. I am able to easily understand the problem after watching your video and was able to code in Python
@AlgoTamizha
@AlgoTamizha 2 жыл бұрын
thats awesome. keep up the great work 👍
@abhineveash
@abhineveash 3 ай бұрын
❤❤❤
@gokulnath589
@gokulnath589 Жыл бұрын
Pls upload array medium level important questions for freshers
@AlgoTamizha
@AlgoTamizha Жыл бұрын
on the way..
@gokulnath589
@gokulnath589 Жыл бұрын
@@AlgoTamizha Thank you ♥️
@gokul4476
@gokul4476 3 жыл бұрын
Niceee❤️
@codewithdeku
@codewithdeku 7 ай бұрын
@prasannaselva4490
@prasannaselva4490 10 ай бұрын
bro zoho la entha question kettaga bro. level 2 on 27th December 2023
@abishek553
@abishek553 3 жыл бұрын
Anna zoho set 1 la 2 nd question podunga anna
@abishek553
@abishek553 3 жыл бұрын
Bro enakku itha eclipse la pottu kaatunga.. Enakku ithula konjam puriyala bro
@AlgoTamizha
@AlgoTamizha 3 жыл бұрын
next video la epdi indha code ah full java program ah maathalamnu solren bro
@abishek553
@abishek553 3 жыл бұрын
@@AlgoTamizha nandri bro
Motorbike Smashes Into Porsche! 😱
00:15
Caters Clips
Рет қаралды 23 МЛН
HELP!!!
00:46
Natan por Aí
Рет қаралды 54 МЛН
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 9 МЛН
Trapping Rain Water - Google Interview Question - Leetcode 42
23:21
Trapping Rainwater | Brute | Better | Optimal | with INTUITION
23:23
take U forward
Рет қаралды 278 М.
Trapping Rain Water - Leetcode 42 - 2 Pointers (Python)
9:51
Greg Hogg
Рет қаралды 10 М.
TRAPPING RAIN WATER | python code
15:28
nETSETOS
Рет қаралды 14 М.
Motorbike Smashes Into Porsche! 😱
00:15
Caters Clips
Рет қаралды 23 МЛН