Trapping Rain Water Problem ( LeetCode #42 ) Part-2 | FREE DSA Course in JAVA | Lecture 73

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • This is part 2 of the previous video in which we used a naive method.
    To fully understand this topic please go and watch part 1 first:- • Trapping Rain Water Pr...
    This is a popular Leetcode question in many product-based companies like Google, Facebook, and Salesforce.
    The question reads out:-
    Given n non-negative integers representing an elevation map where the width of each bar is 1. Calculate how much water it can trap after raining.
    So basically we have to find out how many units of water will be stored with the given arrangement of bars in form of an array.
    There are specific observations you can make some base conditions
    1. There should be minimum of three bars
    2. Increasing bars will not store any water
    3. Decreasing water will not store any water
    4. 1st and last bar will not store any water
    So you can use them to directly return 0 as the answer.
    Check out the complete lecture to know the complete solution to the program to find the trapped rainwater.
    For more information, fill out this form: forms.gle/8eiU...
    or call us at 8884881203
    Facebook: / thetapacademy
    Instagram: / tapacademy_online
    Linkedin: / 73820805
    Website: www.thetapacad...​
    #java #javaarray #array #arrayjava #javaprogramming #programming #programmer

КОМЕНТАРІ • 15

  • @sukanshigarg6051
    @sukanshigarg6051 3 місяці тому

    thank you sir

  • @SanthoshHugar
    @SanthoshHugar 8 місяців тому +1

    Wow..... What an explanation. Kudos to your efforts.

  • @TakdirThakur-e1p
    @TakdirThakur-e1p 2 місяці тому

    I face so much difficulty with optimized trapping rainwater even you explain it.
    But with repeated I watch your video now I understand the logic.
    Genuinely thank u sir🫶

  • @UmmeKNeha
    @UmmeKNeha 7 місяців тому +1

    what an explanation. becoming a fan of you

  • @068_kaushikbhandari4
    @068_kaushikbhandari4 8 місяців тому +1

    great explanation sir👌

  • @aadarshpandit2929
    @aadarshpandit2929 9 місяців тому +1

    sir please make more videos. You explain very beautifully with writing code also. it helps a lot of beginning students like me to understand how to code even the brute force approach.

  • @UmaGowda1232
    @UmaGowda1232 Рік тому +1

    Superb Explanation🤩

  • @naag4852
    @naag4852 10 місяців тому

    What a way of explaination Loved it

  • @prathyusharamireddy4709
    @prathyusharamireddy4709 Рік тому

    Awesome explanation

  • @SafiAbdulWajid
    @SafiAbdulWajid 4 місяці тому

    Excellent

  • @shitalshinde9387
    @shitalshinde9387 Рік тому +3

    Rohit sir how many days has been required for to complete this course?

  • @sandeepamarnath3295
    @sandeepamarnath3295 Рік тому +1

    You deserve 10 million subscribers. Became your fan. Keep up the good work!!

  • @immortalveejay
    @immortalveejay Рік тому +1

    Amazing :)