2816. Double a Number Represented as a Linked List | 5 Approaches | Two Pointers | One Pointer

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • In this video, I'll talk about how to solve Leetcode 2816. Double a Number Represented as a Linked List | 5 Approaches | O(1) space - Single Pass | Two Pointers
    For Reverse | Stack | Vector approach - • 2487. Remove Nodes Fro...
    Let's Connect:
    📱Discord (Join Community) : / discord
    📝Linkedin: / aryan-mittal-0077
    📸 Instagram: / codewitharyanbhai
    💻 Twitter - / aryan_mittal007
    🤖 Github: github.com/ary...
    About Me:
    I am Aryan Mittal - A Software Engineer in Goldman Sachs, Speaker, Creator & Educator. During my free time, I create programming education content on this channel & also how to use that to grow :)
    ✨ Timelines✨
    ✨ Hashtags ✨
    #programming #Interviews #leetcode #faang #maang #datastructures #algorithms

КОМЕНТАРІ • 13

  • @ARYANMITTAL
    @ARYANMITTAL  4 місяці тому +2

    For Reverse | Stack | Vector approach - ua-cam.com/video/IGqowY9tjpw/v-deo.html
    .
    BIT MANIPULATION Crash Course 📈 | All Tricks & Pattern with Intuition for DSA & CP - ua-cam.com/video/DDIVTbatu1Y/v-deo.html

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

    Amazing solution! I wanted something simpler because the reversal technique seemed cumbersome to me; the pointer approach is much easier to grasp and implement logically. Thanks!

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

    Nice one !! Can you share the notes if possible.

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

    Bhai dungeon game pe ek video ho jaye

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

      uspe UA-cam pe acchi video nhi hai, idk why recursive dp won't work on it

  • @2amCoder
    @2amCoder 4 місяці тому

    Very Well Explained bro!

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

    Great explanation

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

    What a explanation man!

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

    best explanation..❤❤

  • @user-zv1uq7wd5p
    @user-zv1uq7wd5p 4 місяці тому

    Nice Explanation❤❤

  • @ChiruBillion
    @ChiruBillion 4 місяці тому +1

    Bro, it may help if you place the cpp code in the pinned comment, sometimes it is not visible in full screen

    • @rajrajesh1669
      @rajrajesh1669 4 місяці тому +2

      As someone who was once in the same situation as you, TRY TO CODE IT YOURSELF, he is explaining the solution and the intuition behind it, implementation should be your duty otherwise it will not help you in your DSA journey.

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

    Good explanation. But please do a live coding of the solutions .