Adding Two Numbers using Linked Lists - Part 1

Поділитися
Вставка
  • Опубліковано 3 січ 2025

КОМЕНТАРІ • 41

  • @atharvmishra5548
    @atharvmishra5548 3 роки тому +5

    Saying thankyou won't be enough for the efforts you put in your video🙏🏿🙏🏿🙏🏿

  • @rahulrangu4781
    @rahulrangu4781 3 роки тому +7

    Sir please complete data structures series fast still many topics are there to complete. And also increase the frequency of uploading the video.great work sir.🙏🙏🙏🙏🙏🙏

  • @mjunaidmjunaid566
    @mjunaidmjunaid566 3 роки тому +2

    Sir after a long time

  • @siddhantyadav4531
    @siddhantyadav4531 3 роки тому +4

    😂😂😂😂 Bhai badii jaldi jaldi video upload kartaa ho

  • @BhanuPrakash-iu5rt
    @BhanuPrakash-iu5rt 3 роки тому +2

    sir please complete full course of data structures ASAP🙏🏻🙏🏻🙏🏻

  • @rajeshpawar1696
    @rajeshpawar1696 3 роки тому +1

    Keep it up.... 👍👍👍👍

  • @yes_daily_motivation
    @yes_daily_motivation 3 роки тому +3

    Sir, will you cover whole dsa in this playlist?

  • @sagarkabadi5594
    @sagarkabadi5594 3 роки тому +1

    Sir waiting for completion of this course
    Only source where I get concepts cleared. 🙏🙏🙏🙏🙏🙏

  • @aeroabrar_31
    @aeroabrar_31 3 роки тому +2

    sir plz complete the whole ds play list🙏🙏

  • @karthik1690
    @karthik1690 3 роки тому +3

    In add_node function can I use
    head->link = newNode;
    Instead of
    newNode->link = head;
    head = newNode;
    So that reversing the linklist of a number is avoided ?

    • @alinjeni2034
      @alinjeni2034 2 роки тому

      This is ok only if the list has one node...but if we add nodes at the end of the list...we need to traverse the list in order to add a node at the end... Instead we can add the node at the front and reverse the list as a whole.

  • @sagarkabadi5594
    @sagarkabadi5594 3 роки тому

    Im very happy the playlist is again resumed😭😭😭😭

  • @hemanthch8155
    @hemanthch8155 3 роки тому +2

    Do some more videos on linked list problems...."NESO ACADEMY" The all in one channel

  • @dikshagupta1371
    @dikshagupta1371 3 роки тому +2

    Tooo goooddd Sir

  • @dipeshsamrawat7957
    @dipeshsamrawat7957 3 роки тому

    I love Neso Academy :)

  • @ganeshjaggineni4097
    @ganeshjaggineni4097 2 роки тому

    NICE SUPER EXCELLENT MOTIVATED

  • @judgebot7353
    @judgebot7353 3 роки тому +1

    Thanks ♥️

  • @rajeshpawar1696
    @rajeshpawar1696 3 роки тому +1

    Nice..... 😍

  • @venkatyadavputta993
    @venkatyadavputta993 3 роки тому +2

    Sir what about java programming
    You said two chapters are left but you didn't upload the two chapters still now
    Are you going to complete the course or not please reply sir
    Please complete the course 🙏🏻

  • @solovary5959
    @solovary5959 3 роки тому +5

    For creating liked list, if we have used function addAtEnd instead of addAtBeginning then we can skip the step 2 i.e. Reversing the list. 😎

    • @dipeshsamrawat7957
      @dipeshsamrawat7957 3 роки тому

      But that would not be legal.

    • @solovary5959
      @solovary5959 3 роки тому +2

      @@dipeshsamrawat7957 why ❓

    • @dipeshsamrawat7957
      @dipeshsamrawat7957 3 роки тому +2

      @@solovary5959 If you use the AddAtEnd function, it adds the last digit i.e., the first digit of the number at the end of the list, therefore the resultant list is obtained in reversed order of the number.
      When we create a List from a number, the list must be formed as the same as the number, not the as its reverse form! So that we can use that particular function or block of code in another program too.

    • @rajeshprajapati6662
      @rajeshprajapati6662 2 роки тому

      It will reverse the digits of number, not links of the linked list. So, only addAtEnd won't give you reversal of the linked list. We have to update links too which is done separately. Right ?

  • @manojkumarn1415
    @manojkumarn1415 3 роки тому +1

    Please start c language classes

    • @sagarkabadi5594
      @sagarkabadi5594 3 роки тому +1

      They have created a complete playlist of c language have look through their channel

  • @funclips_for_all
    @funclips_for_all 2 роки тому +1

    Where did the Addition of 2 number happened

    • @sindu8827
      @sindu8827 Рік тому

      Exactly I have the same question

  • @moninisha3640
    @moninisha3640 3 роки тому

    Sir plz try to cover all the topics in DS.

  • @user-zo9ye6de5e
    @user-zo9ye6de5e 3 роки тому +2

    Plz upload a lil bit fast

  • @manojkumarn1415
    @manojkumarn1415 3 роки тому

    When start c language classes

    • @nesoacademy
      @nesoacademy  3 роки тому +3

      We've already completed C Programming, please follow the link ua-cam.com/play/PLBlnK6fEyqRggZZgYpPMUxdY1CYkZtARR.html

    • @manojkumarn1415
      @manojkumarn1415 3 роки тому

      @@nesoacademy Thank you so much sir 🙏🙏🙏❤️❤️❤️😘

    • @hetaeramancer
      @hetaeramancer 3 роки тому

      @@nesoacademy thank you so much, more C vids on Data Structures pretty please 🥺

  • @mdshahin6526
    @mdshahin6526 3 роки тому

    Where are tree, heap etc?? why is this incomplete? It hurts.

  • @yaswanthA9448
    @yaswanthA9448 3 роки тому +1

    Bro on captions also

  • @manojkumarn1415
    @manojkumarn1415 3 роки тому +1

    Please sir 🙏🙏

  • @arulkumara2077
    @arulkumara2077 3 роки тому +1

    👌👌👌👌👌👌👌

  • @sachinsudaraka6397
    @sachinsudaraka6397 3 роки тому +1

    ❤️

  • @hytrader3241
    @hytrader3241 7 місяців тому

    i didnt undertand nothing

    • @Jeremyak
      @Jeremyak 5 місяців тому

      So you did understand everything? 🤔