Creating the Node of a Single Linked List

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024
  • Data Structures: Creating The Node of a Single Linked List
    Topics discussed:
    1) Revision of Self Referential Structures.
    2) The representation of Node in C programming.
    3) The general representation of Node.
    4) Creating a Node in C Programming.
    C Programming Lectures: goo.gl/7Eh2SS
    Follow Neso Academy on Instagram: @nesoacademy(bit.ly/2XP63OE)
    Follow me on Instagram: @jaspreetedu(bit.ly/2YX26E5)
    Contribute: www.nesoacademy...
    Memberships: bit.ly/2U7YSPI
    Books: www.nesoacademy...
    Website ► www.nesoacademy...
    Forum ► forum.nesoacade...
    Facebook ► goo.gl/Nt0PmB
    Twitter ► / nesoacademy
    Music:
    Axol x Alex Skrindo - You [NCS Release]
    #DataStructuresByNeso #DataStructures #LinkedList #SingleLinkedList #NodeOfLinkedList

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

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

    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 6 หลายเดือนก่อน +13

    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 ปีที่แล้ว +39

    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 ปีที่แล้ว +29

    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 3 ปีที่แล้ว +89

    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 3 ปีที่แล้ว +36

    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.

    • @user-bd7mx5vs3t
      @user-bd7mx5vs3t หลายเดือนก่อน

      Are you 5 year old 😮😮😮?

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

      @@user-bd7mx5vs3t 😂😂😂😂 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

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

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

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

      Yeahh! Most of them are Indians.

    • @mrsparkly
      @mrsparkly 5 หลายเดือนก่อน +3

      Indians are experts in this.

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

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

    • @kiranmayi3196
      @kiranmayi3196 4 วันที่ผ่านมา

      True😊

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

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

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

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

  • @jamesthefirst_8147
    @jamesthefirst_8147 5 หลายเดือนก่อน +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 :)

  • @user-gj8il3zk5w
    @user-gj8il3zk5w ปีที่แล้ว +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 😊

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

    100 times better than my professor . Thanks mate

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

    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 ปีที่แล้ว

      You sure?

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

      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 🙏🙏

  • @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 😊

  • @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

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

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

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

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

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

    You explained it very well. Thank you!!

  • @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!!!!!

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

    Neso acedemy is just like hero for engineering student 🙏🙏

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

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

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

    I badly needed this

  • @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 :)

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

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

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

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

  • @user-jw8in7zp7g
    @user-jw8in7zp7g 11 หลายเดือนก่อน

    Man this the best explanation to linked list.

  • @kiranmayi3196
    @kiranmayi3196 4 วันที่ผ่านมา

    Very helpful sir ☺️ thank you

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

    Best tutorial for Linked list

  • @AmanSingh-uc4lp
    @AmanSingh-uc4lp 10 หลายเดือนก่อน +1

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

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

    Ur teaching is so understandable and u make complex concept easy

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

    Very clear and compact representation on such an Important Topic.

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

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

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

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

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

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

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

    love the simplicity of the video

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

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

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

    Very Good and Simple Explanation. Thank You Sir.

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

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

  • @green-coder
    @green-coder 11 หลายเดือนก่อน

    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

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

    Thank you so much. Your explanation cleared my doubts.

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

    u got the best explanation on linked list

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

    thank u for the beautiful presentation i understood clearly

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

    your explanations are really good

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

    It is comparatively easy to understand in your channel.

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

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

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

    amazing explanation sir i was noob before

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

    Concept is very powerful understand 🔥

  • @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

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

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

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

    this is exactly what I need, thx

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

    Amazing. Full clear. Thank you sir 🥰

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

    bro aak number video tha samag aa gya single linkedlist

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

    thank you so much for ur amazing effort❤

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

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

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

    Love your lecturtes! Thank you!

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

    this is so clear now thanks alot sir

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

    Thank you ya neso

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

    great presentation! thank you

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

    brilliant explanation thank you so much and please continue

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

    Good work man

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

    thank you sir

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

    Thank You Very much, I'm very grateful.

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

    Thanks sir, you are great to understand easily

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

    Thank you very much for this video

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

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

  • @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!

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

    Thank u sooooo much for providing such a great content

  • @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.

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

    I love Neso Academy. 💝

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

    Thanku so much sir ji

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

    Your explanation is best!!!

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

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

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

    this is so good. thanks so much.

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

    Thanks

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

    simply a great video

  • @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

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

    Great explantion.

  • @comedy__vedious-04
    @comedy__vedious-04 11 หลายเดือนก่อน

    Good explanation bro👍

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

    You are the best يمعلم

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

    thank you!

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

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

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

    Thanks a lot sir 😊

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

    Thank you Very much Sir :-)

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

    Awsm 🎉🎉

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

    thank you so much!

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

    Thank you so much 💕

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

    Best explanation

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

    very nice video sir

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

    Amazing 👍🏾👍🏾 got it sir

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

    Thank you sir❤❤

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

    Thank you 3/04/2022 , 6:03 am

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

    sir please say me what is name of your video editor

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

    thanx man !

  • @id-19-farhadhossain78
    @id-19-farhadhossain78 2 ปีที่แล้ว

    love you sir

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

    so helpful

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

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

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

    if I pass my exams first try it will be only because of you, I’m letting you know how it goes😭