Creating the Node of a Single Linked List

preview_player
Показать описание
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.

Music:
Axol x Alex Skrindo - You [NCS Release]

#DataStructuresByNeso #DataStructures #LinkedList #SingleLinkedList #NodeOfLinkedList
Рекомендации по теме
Комментарии
Автор

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!

liuqing
Автор

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

emanuelecapone
Автор

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 .

busrairembircan
Автор

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.

coolbrotherf
Автор

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.

servantofthelord
Автор

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.

sakshirajput
Автор

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

jamesthefirst_
Автор

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

m.laxminarayanreddy
Автор

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 😊

MissSukriti-rn
Автор

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

dualia-sm
Автор

100 times better than my professor . Thanks mate

kmkamruzzaman
Автор

We can also do this

struct node* head = malloc(sizeof(struct node));


straight away declare head and allocate a memory to it. Works fine

perelium-x
Автор

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

gamingblastisk
Автор

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 😊

souravmukherjee
Автор

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

manaskulkarni
Автор

amazing explaination, thank you very much

premanand_ji_ladli-LaL
Автор

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

swathirao
Автор

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

osamaabdulqader
Автор

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

harziraaa
Автор

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

giuliofrancis