Adding elements to a linked list

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

The fact that you get excited talking about this concept really helps me to try to understand, it is a quality that great teachers have

victorsenaxD
Автор

I must compliment your great explanations. You really can convey the complexities of the C Language in an understandle manner. I am surprised that your content is not ranked higher, because, at least in my opinion, you have produced the best tutorial series about C on YouTube. Thank you very much for your work!

ultracycling_vik
Автор

This is by far the best Linked List series I've seen on Youtube specifically for C because you went over many quirks of C programming that I was confused about (like the deferencing NULL pointer warning given when you use malloc) as well as how pointers work play into creating Linked Lists

Safwan.Hossain
Автор

I was trying to apply and understand linked lists fully about 3 weeks by now, and your videos are so clear and so so good, thank you very much

kapellimestari
Автор

So far, the best video for me at explaining how it actually work. I can't thank you enough. I really appreciate it. Thanks a million.💙

system_ctl
Автор

You're an excellent teacher! Thanks so much!!! I'm a brazilian Software Engineering student and your videos are helping me a lot!

thatianamoreira
Автор

you're a brilliant teacher.
you not only explain c in a remarkably easy to understand way, but also anticipate all the errors that a noobie will probably encounter.
you introduced malloc, and of course i had a memory leak, because i forgot to call the free function.
you introduced two mallocs, and of course i had a memory leak again, because i called free function twice, but in the wrong order.
you introduced the insert_end function, and of course i had a segmentation fault, because i forgot that an empty linked list is an edge case.
simply outstanding learning experience.

michalbotor
Автор

man i its the next video im watching from you and i must say you are very good at explaining things, i hope you gonna have more views soon and the channel will rise! good luck!

tonykososki
Автор

Thank you a lot for these videos. You explain C very well

mrcus
Автор

It took me about 3 days but you will get it just keep on rewriting the code and NEVER GIVE UP, and thank you sir for this amazing video

fluffyweird
Автор

Best gesticulation in C world! respect!

tbatana
Автор

Very good explantion best course for c program and linked list. I want to come back after one month and will see 100K subcribers

Gowrilekshmi
Автор

I'm very confuse why we use double pointer points to the first node. Why don't we use the first node pointer directly?

puripatratanaarpa
Автор

Your explanation is very very good, but still this isn't easy stuff!!

anabrr
Автор

12:35 how did you commented all 5 rullers of code at one time? What buttons combination is this?

szymonxf
Автор

dear sir, at 11:25 why we cannot send the pointer to root directly, but instead a **root?

onaecO
Автор

Hi, i just have a month watching this serie of C and i was wondering if there is some way for instead of using another pointer to get the address of the root and assignee every node to that pointer, use the root Node directly?

joguitox
Автор

im sorry but where exactly did the free function go since you used malloc? and thank you so much btw you made it way much easier for me to understand linked lists!!

h_ipon
Автор

Thanks a lot for the wonderful video! I am wondering why the program you write won’t have a memory leaks? Shouldn’t we free the new_node each time?

andyan
Автор

i'm just a beginner and double pointer is giving me a real hard time

stephensagarinojr.