Insert node at Specific Location in linked list | Algorithm in Hindi | Data Structure

preview_player
Показать описание
In this video, I explain the Algorithm of Insertion Node at Specific Location in Linked List | Hindi in Data Structure.
Inserting a node at the Specific Point of the Linked list Data structure.

Please Like share and subscribe
Thank You
Рекомендации по теме
Комментарии
Автор

You are the best teacher of data structures.

nsaininanu
Автор

You are really soo good Sir❤️ I'm watching your playlist from 2 days and I understand everything thank you soo much Sir

sajjadqasim
Автор

I really love the way u explain every video sir. Tq so muchhhh.👏👏👏👏

arshiyashaik
Автор

Very nice explained and examples are understand clearly. But here we can insert a node in exact location not after the location. So 40 node insert in location 1 that mean before 20 not after 20. If after 20 then 40 is located in 2. So that will be 10, 40, 20, 30 instead of 10, 20, 40, 30. So in step 8 that will be ptr->next = temp instead of temp->next. Thank you. But your explanation are so good.

p.adityapatro
Автор

🎉🎉 woo what a explaination
Lege raho bhai❤❤

TECNO_STAR_
Автор

Outstanding 👌👌, Thank you so much 🙏🏻🙏🏻

deepakwaraich
Автор

thankyou very much sir kal hamara test hai mene sare insertion apke videos se dekh liye jo samjh bhi aa gye

thankyou very much sir ur the best

rajnishkumargupta
Автор

Sir plz create a vdo circular & doubly linked list with algorithm

ajitadubey
Автор

Not clear 8 and 9 step
In 8 temp-next denote next node
And in 9 temp next denote adress how

pradipsaud
Автор

Sir step 1 ptr==null
Isme kon se ptr ko null check kar rahe hai

Amardeep-Singh-dz
Автор

Sir doubly linked list ki video bana do

yogeshsingh
Автор

Sir..plz searching in linked list ka video daliye na...plz plz plz

anjalibarai
Автор

Plz sir..searching in linked list ka video daliye na

anjalibarai
Автор

sir ye wala same algorithm hum exam m likh sakte.

aliopgaming
Автор

6:39 k step 9 mein temp -> next = ptr kese hoga kyuki temp ka next to 30 hona chiye to 40 ko kese ponit krega

bindassshorts
Автор

Sir ye vala same algorithm exam me likh sakte hai

_aishwarydoye
Автор

Somebody can explain the confusion in step 8 and 9..its really confusing.. Someone clear the confusion..
Sir has confused temp->next and ptr->next.

Aparna__sethi
Автор

Sar please make a video Doubly link list plzz sar reply

zebaperween
Автор

As he mentioned if the Loc = 1, then after insertion it must be in the order 10, 40, 20, 30 right? Why it is arranged as 10, 20, 40, 30? Can anyone help me with this

aishwarya.s
Автор

Sir double linked list ki videos nhi mil rahi

Vaibhavshot