Reverse Linked List | EP 10

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

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

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

    The best LL concepts ever explained on youtube..

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

    Awesome Notebook Explanations! Loving the series!

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

      Glad you like them! Also please share ❤️🔥

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

    Understood the concept well, I have implemented that and got revised.
    Please create a recursion series, if possible

  • @desihiphop4998
    @desihiphop4998 3 ปีที่แล้ว

    Bhaiya full support idhar tk aagya !!!!!!!!!!!!!!!!!!! great video !!!!!!!!!!!!

  • @NimeshPareek-j4h
    @NimeshPareek-j4h ปีที่แล้ว

    bhai 5--6 video dekh krr aaya recursive solution ki prr kisi ka smj nhi aaya aur idhr bss bilkul easy lga #OP bro #OP video

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

    finally my code executed for reversing a linked list. Thank you

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

    Bhai sahabbb!!!!!!!!!!!!!!
    Next level explanation!!!!!!!!!!!!!!!!!!
    just op💙❤

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

    fraz bhai kya mast samjhate ho aap.. Thanks .

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

    badia hai bhai

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

    Bhai Bdhia Smjh aagya

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

    Gurudev 🙏🙏 aap aane vaale No1 educator banne vaale ho youtube pr koi baat nhi views kam h leakin yeh he millions mai badal jyege jis tarah ka content aapne banaya hai na yeh na toh kisi paid course mai h or na he kisi youtube channel pr heads off to you 🙏🙏 pls make complete series of DSA 🔥🔥

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

      Thank you so much ❤️

  • @VishnuVardhan-gr6op
    @VishnuVardhan-gr6op 2 ปีที่แล้ว +4

    You hit the right nerve to explain these typical things! Great 👏

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

    The best part was......Recursion named Bechaara!!

  • @desihiphop4998
    @desihiphop4998 3 ปีที่แล้ว

    bhaiya bhut faadu revision krware aap !!!!! ❤️❤️

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

    Great bhaiya

  • @BCSFM-ku2fr
    @BCSFM-ku2fr 11 หลายเดือนก่อน

    finally learned the concept

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

    Amazing Content bhaiya , It will Definitely help us , and please mention type of questions will be asked on this topics too which will build us, thank you bhiaya

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

    thanks for the playlist helpful.

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

    Thankyou bhaiya for this session

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

    please make a video on vectors

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

    thanks for wonderful explanation
    ☺☺

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

    we can achieve it in the below way as well in c#
    if(head==null) return head;
    if(head.next==null) return head;
    var last=ReverseList(head.next);
    head. next.next=head;
    head.next=null;
    return last;

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

    Maza aagya bhai❤️❤️

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

    hustle 100% thankyou sir

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

    Thank you very much. You are a genius.

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

    Wowww this is amazing pls make more videis

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

    Mind blowing

  • @fardeenshaikh6434
    @fardeenshaikh6434 3 ปีที่แล้ว

    bahut takleef hoti hai jab aap yogya ho aur log aapki yogyata na pehchane bhaiya bhut accha samjaya hai

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

    very well explained bro, difficulty faces before seeing ur vedio, but after seeing video full cleared, thanks bro keep it up. bro linked list pe jayada se jyada interview question laate rehna, best of luck bro.....

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

    Thank you bhaiya 😇

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

    21:18 TRUE THAT..👏👏

  • @50_kamalnarayanchaubey37
    @50_kamalnarayanchaubey37 ปีที่แล้ว

    Thank you🙏

  • @HimanshuKumar-hm4wv
    @HimanshuKumar-hm4wv 3 ปีที่แล้ว

    great explanation of the recursive approach.

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

    please make a recursion series it would be great please make one

  • @ankit-ry3cz
    @ankit-ry3cz 3 ปีที่แล้ว +1

    Thank You so much sir❤
    Completed this lecture😊

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

    great, learned a lot from this series

  • @soniamalik4929
    @soniamalik4929 3 ปีที่แล้ว

    Thanks for the efforts!!

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

    Bhaiya please time complexity ka video banao specially backtracking and recursion questions ke liye...

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

    hatsoff! sir

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

    bhai aise hi series bas tough ones p bna do 1 liknklist 2 trtee 3 graph smjh aayega

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

    Love you bhaiya 😍

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

      ❤️❤️ Keep sharing and coding

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

    recursion series please!!!!

  • @rupampakhira8132
    @rupampakhira8132 3 ปีที่แล้ว

    Thank You So Much Bhaiya❤
    Completed this lecture😊

    • @mohammadfraz
      @mohammadfraz  3 ปีที่แล้ว

      Amazing work. Next part will be out soon.

  • @utkarshsingh5390
    @utkarshsingh5390 3 ปีที่แล้ว

    bhaiyaa recursion pr series le hi aao bhaiyaa

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

    bro your explaination is nice but i have a doubt, In recursion method u wrote head->next=NULL but while back tracking how this null moves.

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

      1-> 2-> 3-> 4 suppose this is given linked list
      just before hitting base condition we are at 3 that is current head is 3
      the recursion call return new head as 4
      so we do head.next.next = head i.e 1->2-> 3 2

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

      RECURSIVE SOL WITHOUT BACKTRACKING
      class Solution {
      public ListNode reverseList(ListNode head) {
      return reverse(head, null);
      }
      private ListNode reverse(ListNode cur, ListNode prev){
      if(cur == null)
      return prev;
      ListNode temp = cur.next;
      cur.next = prev;
      return reverse(temp, cur);
      }
      }

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

    nice

  • @mdnadeem6343
    @mdnadeem6343 3 ปีที่แล้ว

    best explanation 😃

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

      Thanks for your comments Nadeem

    • @mdnadeem6343
      @mdnadeem6343 3 ปีที่แล้ว

      @@mohammadfraz you deserve it bhaiya

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

    bhaiya please make a series of graph
    and array

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

    fraz bhai kya hum p++ , c++ & n++ nhi kr skte ?

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

    bhaiya please start tree series before dp pls bhaiya

  • @KUNALPATIL-bw9qi
    @KUNALPATIL-bw9qi 3 ปีที่แล้ว

    thanks so much

  • @atozgyaaan8162
    @atozgyaaan8162 3 ปีที่แล้ว

    nice explaination bhaiya😇

    • @mohammadfraz
      @mohammadfraz  3 ปีที่แล้ว

      Thanks Iklaq, share krdena

  • @apurvayadav2739
    @apurvayadav2739 3 ปีที่แล้ว

    If int is allocated 2 bits in the system, what will be the output of 12

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

    good content

  • @desihiphop4998
    @desihiphop4998 3 ปีที่แล้ว

    bhaiya recursion next !!!!!!! 🥺🥺🥺

  • @SunnyGupta00
    @SunnyGupta00 3 ปีที่แล้ว

    Reach++🔥

  • @jinishshah627
    @jinishshah627 3 ปีที่แล้ว

    bhaiya pls recurrsion pe series bana loooooooooooooooooooooooooooooooooooooooooooooo

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

    How you write this in your ipad can you show you in one video please

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

    ep 10 done

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

    great video ! What tool / tablet are you using to draw the picture ?

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

    bhai sari playlist me vedio ke wrapper me 1-2-3-4 dal do please same as linkledin to sequence me smjh aayega even in all playlits saree me , wrna pura sequence bigad jata and smjh nahi ata

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

    watching at 4:51 AM :)

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

    Lect - 12 completed, sir love♥️ the way you explain each and every concept, please keep creating such wonderful content 💯 your playlist are helping me alot in understanding the topics and improving my skills.
    Thankyou bhaiya ♥️

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

    Bhaiya recursive Aproach samjh me nhi aya head next next wala nhi aya samjh me ...?

  • @003_abhishek_kumar_pandey6
    @003_abhishek_kumar_pandey6 3 ปีที่แล้ว

    completed.

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

    👍

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

    💥💗

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

    Keep going bro! 🔥

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

    RECURSIVE SOLUTION WITHOUT BACKTRACKING
    class Solution {
    public ListNode reverseList(ListNode head) {
    return reverse(head, null);
    }
    private ListNode reverse(ListNode cur, ListNode prev){
    if(cur == null)
    return prev;
    ListNode temp = cur.next;
    cur.next = prev;
    return reverse(temp, cur);
    }
    }

  • @amanahmed6057
    @amanahmed6057 3 ปีที่แล้ว

    11:50
    bhai me
    current, current->next me confuse ho jaata hu har baar....

  • @nagendrapp2213
    @nagendrapp2213 3 ปีที่แล้ว

    Please make videos in English 👍

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

    😍😍😍

  • @Sonu-tg6tg
    @Sonu-tg6tg 3 ปีที่แล้ว

    Please make videos using JAVA

    • @mohammadfraz
      @mohammadfraz  3 ปีที่แล้ว

      There isnt much difference

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

    recursion ulta kaise kr raha h linkedlist koi smj dega
    '

  • @kartikeyagrahari2891
    @kartikeyagrahari2891 3 ปีที่แล้ว

    reach ++

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

    ya fir ek kam kar doge ek ya do conceptual vedios playlist of topics me dal do and sequence bnwa do playlist ka vedio k wrapper me number dal ke jaise linklist me kia so we s ee sequence wrna dimag khrab ho jata bhaio. ek ya do introduction vedio dal do , playlist koi bhi pura seuqnece me bna do, existing me change kr ke jese wrapper me numbert dal do

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

    Fraz >>>> Striver

    • @akworld2739
      @akworld2739 11 หลายเดือนก่อน

      🤣🤣🤣nice joke iam not hater of faraz but stiver's teaching ,method is far better than whole indian coder community

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

    Using recursion, my code took 0 ms.

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

    fraz bro....extremely dissappointed...none of ur codes are running on leetcode...sorry

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

      Keep practicing and don't get demotivated.

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

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

    I came up with 4 video previously on this concept.... finally got the perfect video to understand this concept ❤️... superb 🤌🏻