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

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 พ.ย. 2024
  • #leetcodetamilsolution #leetcodeforcodinginterviewstamil #leetcodetrappingrainwatersolutiontamil
    link to code : github.com/Alg...
    problem link in leetcode : leetcode.com/p...
    ************************************************************
    😎 Complete python beginner to advanced playlist : • learn python in tamil
    🔥 Complete Java Beginner to Advanced playlist : • Java - Beginner to Adv...
    😍 How to get Job in Zoho playlist : • Get job in zoho
    ✔ Placement Guidance for freshers and College Students : • placement guidance and...
    ❤ Leetcode problems with solutions : • leetcode problems
    🔥 Data Structures in Tamil Explained : • Data Structures explai...
    😎 Most Important C aptitude questions for programming interviews : • Aptitude Questions for...
    *********************************************************
    Thanks for watching
    leetcode tamil ,leetcode problems with solutions tamil, leetcode problems with java solutions tamil, leetcode trapping rain water problem solution, three sum problem coding interview, coding interview problems tamil, programming interviews problems tamil,leetcode medium problems with solutions tamil,leetcode hard problems with solution tamil

ความคิดเห็น • 25

  • @thavashankarj1168
    @thavashankarj1168 ปีที่แล้ว +2

    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 หลายเดือนก่อน +1

    Mass bro neee......
    Nalla sonninga!

  • @gokulnath589
    @gokulnath589 ปีที่แล้ว +2

    Pakka code bro🔥🔥 yepdi bro neenga mattum ipdiala yosikiringa vere Mari bro superb 🤝🤝🤝

  • @mohamedfaizal4360
    @mohamedfaizal4360 3 หลายเดือนก่อน +1

    super bro. crystal clear explanation.

  • @mohammedimthiyas5277
    @mohammedimthiyas5277 หลายเดือนก่อน +1

    Super bro

  • @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 !

  • @yadeshwararamm8260
    @yadeshwararamm8260 3 ปีที่แล้ว +3

    Superb bro. ... I want more Qestions like this......🔥🔥🔥

    • @AlgoTamizha
      @AlgoTamizha  3 ปีที่แล้ว +1

      sure🙌. keep supporting and sharing. thanks

  • @selvaragavan_10
    @selvaragavan_10 ปีที่แล้ว +2

    Annae mass nae nee🙌🏻❤️

  • @TheVinothg
    @TheVinothg 2 ปีที่แล้ว +2

    Great Explanation!!

  • @abhineveash
    @abhineveash 3 หลายเดือนก่อน +1

    ❤❤❤

  • @srinivas3777
    @srinivas3777 6 หลายเดือนก่อน +1

    super explanation bro

  • @RadhamaniRamadoss
    @RadhamaniRamadoss 2 ปีที่แล้ว +1

    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 👍

  • @aldricanto7724
    @aldricanto7724 หลายเดือนก่อน +1

    tamil nadu oda striver bro neenga

  • @gokulnath589
    @gokulnath589 ปีที่แล้ว +1

    Pls upload array medium level important questions for freshers

    • @AlgoTamizha
      @AlgoTamizha  ปีที่แล้ว +1

      on the way..

    • @gokulnath589
      @gokulnath589 ปีที่แล้ว

      @@AlgoTamizha Thank you ♥️

  • @gokul4476
    @gokul4476 3 ปีที่แล้ว +3

    Niceee❤️

  • @abishek553
    @abishek553 3 ปีที่แล้ว +1

    Anna zoho set 1 la 2 nd question podunga anna

  • @codewithdeku
    @codewithdeku 7 หลายเดือนก่อน

  • @prasannaselva4490
    @prasannaselva4490 10 หลายเดือนก่อน

    bro zoho la entha question kettaga bro. level 2 on 27th December 2023

  • @abishek553
    @abishek553 3 ปีที่แล้ว +1

    Bro enakku itha eclipse la pottu kaatunga.. Enakku ithula konjam puriyala bro

    • @AlgoTamizha
      @AlgoTamizha  3 ปีที่แล้ว +1

      next video la epdi indha code ah full java program ah maathalamnu solren bro

    • @abishek553
      @abishek553 3 ปีที่แล้ว +1

      @@AlgoTamizha nandri bro