Simplify Path | Leetcode 71 | Stack | Day-14

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

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

  • @shantipriya370
    @shantipriya370 4 หลายเดือนก่อน

    wonderful explanation...

    • @AyushiSharmaDSA
      @AyushiSharmaDSA  4 หลายเดือนก่อน

      thank you! glad u liked it :)

  • @U2011-n7w
    @U2011-n7w ปีที่แล้ว

    very good explanation

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

    Nice explanation.

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

    Crisp explanation very easy to understand. Thanks.

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

    Easiest explanation...Thank you so much

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

    Great Explanation , thank you

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

    I am waiting for your video.

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

      😊

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

      aaj aapne late se video upload kiye the??

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

      @@AyushiSharmaDSA can you take a live session for 1 hour??

  • @ChandraShekhar-by3cd
    @ChandraShekhar-by3cd 2 ปีที่แล้ว +1

    Thanks a lot, yesterday I thought you will discontinue with the leetcode series, I was very sad, But finally once again you made the day look so bright, Thanks you so much for the explanation ☺☺

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

      Thanks Chandra,
      No , will complete the march leetcode series, from April, will start the Amazon problem series :)

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

      @@AyushiSharmaDSA Really excited for the series Didi.☺

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

      @@DigvijaySinghRajput1.0 due to office work, unable to create videos, but will soon start posting :)

    • @User-nq9ee
      @User-nq9ee ปีที่แล้ว

      @@ChandraShekhar-by3cd pati ?

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

    same question in interviewbit, time limit exceeded for this given code.

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

    Thank you for the approach di. Understood

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

      Welcome Ishann, glad it was helpful :)

  • @shashiprakash-a2539
    @shashiprakash-a2539 2 ปีที่แล้ว

    Thanks 🥰😊 for explain and explaination is very best

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

    Well explained! Thanks

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

      Welcome Anshul, glad it was helpful :)

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

    nice explanation madam.keep uploading

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

    👍

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

    thankyou ayushi!

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

      Welcome Parth, glad it was helpful :)

  • @SumanSaini-zo4kx
    @SumanSaini-zo4kx ปีที่แล้ว

    Thnkuh mam ❤️

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

      Wlcm Suman, glad it was helpful ❤️

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

    Thanks

  • @preetijavali6595
    @preetijavali6595 8 หลายเดือนก่อน

    Hi Thanks. Explaination was very good. however in the code, can you pls explain why are you pre increamenting the i in line 17?

    • @AyushiSharmaDSA
      @AyushiSharmaDSA  8 หลายเดือนก่อน

      Hey, thank you 😊
      You can write i++ also,
      Basically the difference between i++ and ++i is that
      Let’s say, code line is something like:
      j = i++
      So this will first assign value of i to j and then increment i
      j = ++i
      This will first increment i and then assign it to j
      Hope you understood:)

    • @preetijavali6595
      @preetijavali6595 8 หลายเดือนก่อน

      @@AyushiSharmaDSA ok thank you. I thought there was reason for pre incrementing which wasn't obvious. SO checked. Thanks for the quick response.

    • @preetijavali6595
      @preetijavali6595 8 หลายเดือนก่อน

      I have one more qsn, you are iterating through "path" like an array, but you haven't formed an array yet, it still is a string. is this something other than java where you can do it?

    • @AyushiSharmaDSA
      @AyushiSharmaDSA  8 หลายเดือนก่อน

      @@preetijavali6595 no worries :)

    • @AyushiSharmaDSA
      @AyushiSharmaDSA  8 หลายเดือนก่อน

      @@preetijavali6595path is the string which is given to us in the input (sorry if I misunderstood ur ques )

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

    I just did little bit mistake but when you explained then boom!... it's done 😅😅
    Thanks for better explanation....🥰🥰

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

      Welcome, glad it was helpful Atul 😄

  • @lightyagami-rk2my
    @lightyagami-rk2my 2 ปีที่แล้ว

    Please continue with leetcode series

  • @PrashantThapliyal-j6v
    @PrashantThapliyal-j6v ปีที่แล้ว +2

    copied from others

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

    are didi aap plz audacity sai thoda sound sahi kr lo bolte kya ho samaj ni aata

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

    Nice explanation. Hey, your voice was quite low. Is there something that could be done about it?
    Please continue this series. Thanks!

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

      Thanks,
      yes, I'm looking into the issue :)

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

    Aree bro yr tum ek naya mic lelooooooooooooo
    aawaj etna kam aata h jaise tumne subh se khaana nahi khaaya ho

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

      Ha yr, khareda hai, pta ni vo bhi sahi kaam ni kr rha, koi aur khareedna padega🥺✌

  • @n5678--
    @n5678-- 2 ปีที่แล้ว

    Mam u can explain better...

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

      Sure, thanks for valuable feedback, will surely keep in mind :)