Insert a node in Singly Linked List( at the start , middle or end)

preview_player
Показать описание
Insert a node at the start , middle or at the end in the Linked List.
Рекомендации по теме
Комментарии
Автор

Finally someone explained me what is a linked list and how to use them! Thank you sir!

shabbinhossain
Автор

i have been struglling with linked list for almost 3 or more weeks now, im left behind since the lecturer done it in class i couldnt really move on coz i was stuck, the only reason i didnt come on this channel before is its teaching on the board and i only checked videos that explain with writting running program directly on ide.
and just randomnly today i dicided to check more videos even the ones that are just explained on the board andhere i am, only one video made me understand what i have been struggling with for so long, Im really grateful, thank you.

db
Автор

Sir, aaapko hats off, Your Explanation is the best, because even our NMIMS university teachers can't explain it in an easy way they make it more complex, and during practicals, they tell us to find the solution on our own, iska matlab explanation bhi barabar nahi aur upar sae practicals bhi kudh karo....

RohanGSadnani
Автор

yes you have really cleared some of my confusions i was really stressed and could not able to understand linked list at all thank you

gamerz
Автор

Hello, You did not include your video - Introduction to Linked List ( very easy) in this playlist. That video is really useful for basics

vikrantsanke
Автор

Sir you're great!
JUST WOW. How can this be so easy i asked myself literally, because in college lecutres i found it so tough. OmG. Sir you're great! Thank you sir. ❤️

lordsaint
Автор

I am an experienced java developer. able to understand your explanation. good

subramanianchenniappan
Автор

💓Finally got it sir after surfing for 1 hour on YouTube for finding this concept.

andythomson
Автор

got better explaination than my code school ..keep it up bro

gauravbharti
Автор

Thanks Vivek you've explained everything thoroughly!

vipingautam
Автор

Sir ! Ur way of teaching is just commendable. Could you please explain me the topics of hashing ?

anuragchatterjee
Автор

Very nice explanation. There is no doubt after your teach because of your explanation. Thank you sir

vircycure
Автор

You explained everything except the most important thing, how to find insert position.

EntLaut
Автор

Hello sir,
I want to create a linked list only & display that linked many nodes this input it given by user)
what can i do sir?

sagarjadhav
Автор

your teaching process is fantastic... easily can understand...

soubhagyasamal
Автор

Thank you I really appreciate your help. Linked list was always difficult for me.

diedie
Автор

Sir... In insert node in the middle algorithm, can we write like
newnode=p->next
p->next=newnode

Maa_Inti_Vanta
Автор

U will expalin perfectly but on board u will explain we will understand by it but doing in computer that so that we can see execution is also important sir .please do that for whatever code u tell.Its my humble request sir.please sir

shaikias
Автор

I have a question. When inserting a node at the end, i use the code below and it didnt work. I dont know why
while (p != NULL)
{
p = p->next;
}
p = new_node;

playerpl
Автор

Sir Don't we need to store the null value for the 3rd case(insert at end)...please explain

swacharahman