Amazon Coding Question | Trapping Rain Water | Daily Dose | Ep-80 | Tamil | code io

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 พ.ย. 2024

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

  • @CS-Gowtham-R
    @CS-Gowtham-R 3 ปีที่แล้ว +10

    Mass bro. We are expecting this kind of hard questions from code io ❤️❤️ Keep going bro❤️

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

      😊😊😊😊😊😊👍

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

    Completely Understandable when it’s in my own mother tongue

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

      Thank you so much 😇😇

  • @SABARIGURU-o7u
    @SABARIGURU-o7u 8 หลายเดือนก่อน +2

    class Solution{
    // arr: input array
    // n: size of array
    // Function to find the trapped water between the blocks.
    static long trappingWater(int arr[], int n) {
    int rmax=arr[arr.length-1];
    long ans=0;
    Stack st=new Stack();
    for(int i=arr.length-2; i>=1; i--){
    rmax=Math.max(rmax,arr[i]);
    st.push(rmax);
    }
    int leftmax=arr[0];
    for(int i=1; i

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

    Nice question da

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

      😅

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

    bro i want a video of how to find the longest palidnrome in a string ? can u make a video of it bro please

    • @codeio
      @codeio  2 ปีที่แล้ว

      You can use DP to solve this... I'll try to make a video on it

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

    Bro chinna request..coding apo explain pandringalla atha...athuum sketch pannni kamicha ennum easya understaand agum

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

      Ok brother ... Thanks for your suggestion 👍👍

  • @Mk-lh3vj
    @Mk-lh3vj ปีที่แล้ว

    Last week Zoho la entha question tha ketanga 3 round la

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

      Hope you cleared that round 🤩

    • @Mk-lh3vj
      @Mk-lh3vj ปีที่แล้ว +1

      @@codeio yes but 4 th technical round la vetuten

    • @Mk-lh3vj
      @Mk-lh3vj ปีที่แล้ว +1

      Unga videos 2 and 3 Rd ku romba useful bro technical kum podunga