String to Integer 🔥🔥🔥 | Recursive | atoi() implementation | V.V. Imp | Medium

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 36

  • @da_tech_gee
    @da_tech_gee Před rokem +4

    You are a very great teacher. Your video is detailed and can even make a five year old understand what recursion is

  • @jennifernelson9375
    @jennifernelson9375 Před rokem +1

    Great breakdown and explanation!! Thank you. 😊

  • @codingeeks
    @codingeeks Před 2 lety +1

    So good to see your approach,your explaination is top notch

  • @abhishekhorton79
    @abhishekhorton79 Před 3 lety

    Thank you so much mene loop chalana sikha tha ye video dekh ke bhut help hogyi meri recursion kya hota he pta bhi ni tha pr ab recursion king bn chuka hu esa lag rha he 😍 nice explanation

  • @Engigaming124
    @Engigaming124 Před rokem

    nice explaination , easily understood .... thank you

  • @abhinavkohli4293
    @abhinavkohli4293 Před rokem +2

    the second method will not handle the case with negative integer

  • @shashank_0807
    @shashank_0807 Před 2 měsíci

    Hi, I had a doubt.... If the input string is " 1234" then at the 0th index we have whitespace... when len becomes 0, we have only whitespace as the input... in this situation, when the base case hits, white space would be converted to integer, giving a value of 32..thus our calculations would go wrong... Kindly correct me if I'm wrong somewhere.

  • @sastacollege9891
    @sastacollege9891 Před 2 lety

    Mam ur great teacher love the way u teach❤️

  • @sumanthvarma1908
    @sumanthvarma1908 Před rokem

    Thank you so much mam
    you are like savior to students like me

  • @InderjeetSingh-eb8py
    @InderjeetSingh-eb8py Před 3 lety +1

    Very helpful. Thanks

  • @NiteshKumar-lq7hp
    @NiteshKumar-lq7hp Před 3 lety +1

    Very well explained .

  • @hari7110
    @hari7110 Před měsícem

    can u make video for "-123" using atoi handling -ve cases

  • @AmitKumar-li4uy
    @AmitKumar-li4uy Před 3 lety +2

    Nice 👍🏻

  • @farazmobin2776
    @farazmobin2776 Před rokem

    great explanation

  • @MASANAMmass
    @MASANAMmass Před 2 lety

    Thanks for your effort

  • @umangbehl8152
    @umangbehl8152 Před 2 lety

    good explanation

  • @nabarajmalla5728
    @nabarajmalla5728 Před 2 lety

    Hello mam what is the time complexity of this program?
    Anyone can you please answer my question?

  • @levi-lb6dp
    @levi-lb6dp Před 2 lety

    Thankyou so much

  • @saikumarpatangay2900
    @saikumarpatangay2900 Před 2 lety

    Thanks

  • @marvellouschandan
    @marvellouschandan Před 3 lety

    Just a suggestion @Ayushi, before picking a problem first check whether the problem is worth solving or not. Check the likes and dislikes for the problem on leetcode. See below the problem title.
    leetcode.com/problems/string-to-integer-atoi/
    All the best! Keep going :)

    • @AyushiSharmaDSA
      @AyushiSharmaDSA  Před 3 lety +1

      Okay Thanks Chandan. I will look from now onwards😀