Circular Singly Linked List (Insertion between the Nodes)

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

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

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

    3:22 in if two lines can be written as same we written in else part only we need to add a newline that is tail=newP
    And the code will work perfectly fine

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

    I love you Neso Academy, thank you a lot. Greetings from WMII UJ and Daniel Wilczak.

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

    Very helpful video 🙏🙏🙏 Thank you Neso Academy. why so less views after uploading this level of content ?

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

    your lectures are awesome and your keep daily motivation to learn data structure is very challenging thing But the way you teach I think this challenge become more amazing .But please sir Upload others data structure part as soon as possible.

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

    आपका बहुत धन्यवाद सर । जय श्री कृष्ण।

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

    Good morning sir
    I have been watching C programming tutorial .
    Sir can you make python tutorial for beginners.

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

    In this way when we enter position =2 then the data inserted in 3 rd position.Is this correct sir??
    Because in the single link list when we enter position =2 then the data is also inserted in 2nd position.
    please clear this confiusion.💚💚💚

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

      this code if for INSERT AFTER SPECIFIC POSITION. if position is given 3, then new node will be inserted at 4

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

    Sir when position is 3 why to write another code simply we can do insert node at last concept

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

      last pointer should point to last node

  • @toobanadeemali
    @toobanadeemali 2 หลายเดือนก่อน

    What if there exist no such pos?

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

    Helpful

  • @DeepakKumar-nk3cv
    @DeepakKumar-nk3cv 4 ปีที่แล้ว +2

    Sir Ur lectures was awesome
    But I want you to start c++ course parallel y....🙏🙏

    • @nesoacademy
      @nesoacademy  4 ปีที่แล้ว +5

      We are planning to start C++ soon.

    • @DeepakKumar-nk3cv
      @DeepakKumar-nk3cv 4 ปีที่แล้ว

      @@nesoacademy thanks sir so much...

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

      @@DeepakKumar-nk3cv It is STARTED.

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

      @@nesoacademy that course is not up to the mark ..like this one...if possible we want the explantion from you.....

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

    with this code, it's not possible to insert a node at the beginning, means the first position.