Short introduction to linked lists in C

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

I literally spent the whole day trying to figure how this worked. Now i stumbled across your video and i understood everything in like 12 minutes. Thank you so much for simplifying such a complicated concept.

Moniaar_
Автор

Been struggling in this subject for some time. You really helped me gain my confidence back thanks a lot for the well explained subject and much love.

MahmutcanKaraman-wmfb
Автор

Thank you so much. Best programming channel ever.I wish you were a professor in our college.

sagarbasnet
Автор

Bruhh this channel is so underrated, you explain it so simple, not those complicated high level language bs, thank u so much

mh-twkx
Автор

Best intro video that made me understand linked lists. watched a lot but none mixed code with explanation so quickly

mohammedamin
Автор

Thank you so much sir! you explained it so well! I had a lot of problem with linked list and was giving up on it but now i'm excited! I'll start to watch the whole playlist :)

fkshkmn
Автор

Sir, you are an excellent teacher. Thank you.

nto
Автор

My favourite YouTube channel at the moment. I subscribed with two channels!

Hevletica
Автор

So easy to follow and well explained
Many thanks =)

RaaZVan
Автор

I like your practical approach of programming memory(also -> vs . ), gave me few thoughts of putting it in spinning out cycle as dynamic link list.
And free as demonstration is ok, but at the end of life, process with all its heaps(inside which are allocations) will be returned to os as free momory(if I remember right).
Thank you.

makerofstartup
Автор

thanks from Taiwan!!
hope i had found this video before my midterm lol

grapejelly
Автор

Thanks bro, thanks to you i understood linked lists ; )

danielzir
Автор

OMG
I love you so much !!! You just saved my life

longvunguyen
Автор

Excellent video, great content.. Even some of the paid Udemy videos are not as good as this!

ananthkashyap
Автор

Thanks for the great video. Would I be right in saying that despite the fact a linked list is not an array; when memory is allocated with malloc() the reference to the next element on the heap would by default be contiguous if no other program is using that area of memory?

towtruckn
Автор

im still super confused what i have to take from this to work with in my first semester exams now ... like you start a node put a next to it ... but what can i do now :D will this be the full exam quest, ,, unclear what i shall prepare for actualy

QanarIsDelirious
Автор

can you please do a video about circular singly and doubly linked lists?

bushraw
Автор

What will happen if instead of "root.next = &elem2;" I will write "root.next = elem2;" ?

Cat_Sterling
Автор

hey man, *root.next.x=root.next->x those are equal things we said. but root is not a type of node *, it is type of node. how do this works? If it could be *(root.next).x, i would understand because (root.next) is a type of node * ;

brkycan
Автор

Mike Dane? He teaches millions of people? Never heard of him. Who needs Mike Dane when CodeVault exists?

imperatusmauser