Creating the Node of a Single Linked List

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

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

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

    Learning programming and computer science were difficult, at least not intuitive. Now it has become a joyful activity with the help of Neso Academy. Thank you for doing so to help millions of students in the world!

  • @emanuelecapone242
    @emanuelecapone242 9 หลายเดือนก่อน +26

    You have no idea how much you are helping me. I am a student at Politecnico di Milano in Italy and on the 13th i have a C programming exam and man the way my professor teached us linked lists is so awful, i've been watching tons of videos and you are the first one making me really understand them

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

    For anyone who is doing this in C++, you can use dynamic memory allocation instead to be able to easily manage procedurally created nodes. Just don't forget to delete your node's memory properly when it leaves the list to not make a memory leak.

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

    Your videos and expressions help me understand the essence of the subject.
    Until now, I have never met someone like you who gave information gradually and left no questions in my mind. Thank you very much for accompanying me on my school life sir .

  • @sakshirajput9427
    @sakshirajput9427 4 ปีที่แล้ว +92

    Thank you so much, sir the concepts that I didn't get on Coursera as well in my online academic classes, I am getting it here easily , grateful for this.

  • @servantofthelord8147
    @servantofthelord8147 4 ปีที่แล้ว +45

    They say the smartest people know how to simplify the most complex topics to the point where a 5 year old can understand it. Thank you very much sir. You have the clearest tutorial on pointers on the internet! God bless you.

    • @AzmeerFarhan-l4u
      @AzmeerFarhan-l4u 5 หลายเดือนก่อน +1

      Are you 5 year old 😮😮😮?

    • @servantofthelord8147
      @servantofthelord8147 5 หลายเดือนก่อน +1

      @@AzmeerFarhan-l4u 😂😂😂😂 Haha, no it's just a saying. Although that'd be crazy if a 5 year old was watching a video on singly linked list

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

      @@servantofthelord8147 i am an 8 y/o and curious about computer programming, so its almost a month that i started learning data structure 😀

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

    I can no longer watch programming tutorials without a proper Indian accent

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

      Yeahh! Most of them are Indians.

    • @mrsparkly
      @mrsparkly 8 หลายเดือนก่อน +11

      Indians are experts in this.

    • @mohimohi519
      @mohimohi519 6 หลายเดือนก่อน

      Correction, they are just a lot, nothing more​@@mrsparkly

    • @kiranmayi3196
      @kiranmayi3196 3 หลายเดือนก่อน +1

      True😊

    • @sedoxly9633
      @sedoxly9633 15 วันที่ผ่านมา

      I agree

  • @m.laxminarayanreddy
    @m.laxminarayanreddy 2 ปีที่แล้ว +5

    I saw many tutorial videos but no one can be able to teach like you. Thank you for making me understand.

  • @MissSukriti-r5n
    @MissSukriti-r5n ปีที่แล้ว +11

    Such a great explanation with clarification at each point, pretty much what we require. Thank you for all your hard work you deserve so much more also thanks for using C. Much support and love NESO academy. Thanks a ton 😊

  • @dualia-s74m
    @dualia-s74m 4 ปีที่แล้ว +10

    finally a summarized yet detailed tutorial of linked list. thank you bro!

  • @jamesthefirst_8147
    @jamesthefirst_8147 8 หลายเดือนก่อน +2

    This makes so much sense now. My professon in uni knows a lot but he seems abolutely not capable of comunicating that knowledge to us. The way he explained linked lists was aaawful. Been strugling with it for days now. Thanks for the great vid :)

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

    100 times better than my professor . Thanks mate

  • @perelium-x
    @perelium-x 2 ปีที่แล้ว +21

    We can also do this
    struct node* head = malloc(sizeof(struct node));
    straight away declare head and allocate a memory to it. Works fine

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

      You sure?

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

      I had this same q if we can do this or no

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

      @@yashh5802 yes u can..

  • @manaskulkarni8610
    @manaskulkarni8610 4 ปีที่แล้ว +11

    It's very helpful to understand concepts 🔥🔥 thanks a lot

  • @swathirao6499
    @swathirao6499 4 ปีที่แล้ว +6

    Aww❤️❤️😍 atlast ds here I'm eagerly waited for ds lectures..thankyou very much sir🙏🙏 pls upload full ds topics 🙏🙏

  • @technicallytechnical1
    @technicallytechnical1 ปีที่แล้ว +8

    I am an NCC cadet and I miss classes becoz of it thanks to neso academy for saving time ☺️

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

    After going to more than 3 youtube channels i am here and i am happy that i have found your channel nice explanation

  • @souravmukherjee7508
    @souravmukherjee7508 4 ปีที่แล้ว +12

    Sir your way of teaching is very helpful to us. Please try to upload all the videos of DS more faster. We are eagerly waiting for you & entirely depending on your channel. Thank you 😊

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

    Thanks neso academy for uploading it now I'll ace my dsa exam smoothly😊

  • @premanand_ji_ladli-LaL
    @premanand_ji_ladli-LaL 2 หลายเดือนก่อน +1

    amazing explaination , thank you very much

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

    This is a very good concept explanation! I managed to understand about the linked list in basic perfectly. Thank you so much and done subscribed!!!!!

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

    You explained it very well. Thank you!!

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

    Neso acedemy is just like hero for engineering student 🙏🙏

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

    Just simply awesome teaching 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🙏

  • @d-square3780
    @d-square3780 4 ปีที่แล้ว +11

    Sir, Please increase the frequency of uploading. That would be of great help.
    Thank you, Sir, for this detailed and structured course :)

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

    Just Awesome😍...May Allah(SWT) help you now and hereafter...

  • @preethammm4660
    @preethammm4660 10 หลายเดือนก่อน

    No words to describe ur teaching it's so useful tq very much for your efforts 😊

  • @razorplays7
    @razorplays7 หลายเดือนก่อน +1

    Thank for the presentation

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

    heartfelt thanks to you Neso Academy 🥰🥰🥰

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

    This is so helpful. Now I think i will be able to solve programs in my practical exam

  • @edmarkmariano8576
    @edmarkmariano8576 หลายเดือนก่อน +1

    T hank you sir for this tutorial it helps me a lot :>

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

    Thanks a lot to Neso academy☺. Your explanation is very clear and it really helps in easy understanding with precise time constraint.🥰🥰

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

    Excellent way of teaching love from Pakistan. Kindly explain this topic in C++ language.

  • @Shubhankar-p7g
    @Shubhankar-p7g ปีที่แล้ว

    Man this the best explanation to linked list.

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

    Very clear and compact representation on such an Important Topic.

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

    Best tutorial for Linked list

  • @VarunKumar-pf7ft
    @VarunKumar-pf7ft ปีที่แล้ว

    Very Good and Simple Explanation. Thank You Sir.

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

    love the simplicity of the video

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

    I badly needed this

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

    Ur teaching is so understandable and u make complex concept easy

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

    Thank you so much sir, you are perfect teacher 😍😍😍😇😊💯💯

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

    thank u for the beautiful presentation i understood clearly

  • @07-akshaykumarce5thsem7
    @07-akshaykumarce5thsem7 3 ปีที่แล้ว

    thankyou so much sir i was not getting linked list concept now its clear

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

    Thank you so much. Your explanation cleared my doubts.

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

    Concept is very powerful understand 🔥

  • @vijaysinghchauhan7079
    @vijaysinghchauhan7079 4 ปีที่แล้ว

    It is comparatively easy to understand in your channel.

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

    Thank you so much sir
    I have no words to explain that how much you help me to understand it in a very short time
    Your method of teaching is playing a very important part in our life
    Keep it up
    Thanks again

  • @Toys-REVIEWNET
    @Toys-REVIEWNET 3 ปีที่แล้ว

    u got the best explanation on linked list

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

    Your explanation is best!!!

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

    Thank you so much sir ...... Your videos are very helpful..........🙏

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

    Really it's a great explanation
    👏🏻👏🏻👏🏻
    From now
    I'll must be use your each videos
    Thank you

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

    thanks! I surprisingly had fun learning a concept I though would be a nightmare

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

    amazing explanation sir i was noob before

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

    your explanations are really good

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

    I love Neso Academy. 💝

  • @kiranmayi3196
    @kiranmayi3196 3 หลายเดือนก่อน

    Very helpful sir ☺️ thank you

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

    Good work man

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

    Amazing. Full clear. Thank you sir 🥰

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

    brilliant explanation thank you so much and please continue

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

    this is exactly what I need, thx

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

    great presentation! thank you

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

    thank you so much for ur amazing effort❤

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

    Thank u sooooo much for providing such a great content

  • @green-coder
    @green-coder ปีที่แล้ว +1

    thank you so much, very clear, but why we didn't check if the head have an enough memory (NULL or not) before print the data

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

    Your videos are too good. i havent seen anywhere like Your videos.pls make videos faster.it will be useful for us who are eagerly waiting to learn about data structure...cover every concept in data structure....thankyou for your visual representation videos

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

    why don't you have a data structure course but with java!!!
    you're amazing man !!

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

    Thank you very much for this video

  • @comedy__vedious-04
    @comedy__vedious-04 ปีที่แล้ว

    Good explanation bro👍

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

    this is so clear now thanks alot sir

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

    Thank You Very much, I'm very grateful.

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

    I enjoying your videos, it helps me to learn and understand my Subject, More videos please regarding linkedlist in C language. Thank you!

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

    Love your lecturtes! Thank you!

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

    You are the best يمعلم

  • @AmanSingh-uc4lp
    @AmanSingh-uc4lp ปีที่แล้ว +1

    It feels like I have to complete my btech from this channel only😅😅

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

    Can you please make videos on Java Programming and it's Data Structures...because your explanation is awesome and it makes me want to learn the things.

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

    simply a great video

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

    SIMPLY GREAT !!✌

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

    Thanks sir, you are great to understand easily

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

    bro aak number video tha samag aa gya single linkedlist

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

    this is so good. thanks so much.

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

    Thankyou for the video plz upload whole data structure series I really need😄

  • @ROSHAN-bf5bj
    @ROSHAN-bf5bj 3 ปีที่แล้ว

    Great explantion.

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

    Sir now we have defined the head part . It's mean now it should be 1000 not a null ..
    Pls tell me if I was wrong

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

    So we can also write the linking pointer variable in the struct node like *link = struct node; ???

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

    Best explanation

  • @cse46ilanthenral.v63
    @cse46ilanthenral.v63 2 ปีที่แล้ว

    Thank you Very much Sir :-)

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

    Thanks a lot sir 😊

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

    Thanku so much sir ji

  • @58__tannurawat95
    @58__tannurawat95 4 ปีที่แล้ว

    Amazing 👍🏾👍🏾 got it sir

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

    thank you so much!

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

    Thank you ya neso

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

    "I'm using int here for simplicity sake"💀
    Wonderful lecture tho✨

  • @Shyam__Nirmal
    @Shyam__Nirmal 6 หลายเดือนก่อน +1

    Sir I Think we have to declare "null"initially 🤔 into the program

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

    Thank you so much 💕

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

    can you please explain why we're using malloc to create a node in a simple way?

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

    me:- first like the video and next watch it.

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

    Thanks

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

    Awsm 🎉🎉

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

    very nice video sir

  • @AbdulSalam-de1ew
    @AbdulSalam-de1ew 3 ปีที่แล้ว

    Thank you sir❤❤