DOUBLE LINKED LIST (DELETION FROM BEGINNING,ENDING AND SPECIFIED POSITION) - DATA STRUCTURES

  Рет қаралды 39,414

Sundeep Saradhi Kanthety

Sundeep Saradhi Kanthety

Күн бұрын

Пікірлер: 46
@sagarikahiremath2690
@sagarikahiremath2690 4 жыл бұрын
You are such a simple man and hard worker lots of respect sir!!!
@aldrinbenny7512
@aldrinbenny7512 5 жыл бұрын
SIR,YOUR VIDEOS ARE VERY HELPFUL FOR ME AND MY CLASSMATES, YOU ARE TEACHING EXACTLY AS TAUGHT BY OUR SIR, LIKE PSEUDO CODE FOR WRITING ALGORITHMS.
@M丹
@M丹 4 жыл бұрын
Great class sir Im from kerala I had a assignment to submited so i just searching for the ans i have viewed several videos but your video is just a blast nothing to say sir awesome class sir hats off
@darkking3350
@darkking3350 Жыл бұрын
Sir,at 17:22 instead of writing temp->next=temp->next->next.why don't we write temp->next=tail
@rahini7675
@rahini7675 2 жыл бұрын
Superb explaination
@SamundeeswariM_
@SamundeeswariM_ 4 жыл бұрын
Super and easily understood the concept
@rishavsingh1849
@rishavsingh1849 2 жыл бұрын
Amazing
@bhaktidukare7147
@bhaktidukare7147 4 жыл бұрын
Best explained 😊
@omswarooproyal
@omswarooproyal 3 жыл бұрын
In deletion part i think we have to make node 2 next & prev fields as null. If not the node 2 is still pointing to previous and next nodes. Since it is not free to delete
@just_believer
@just_believer Жыл бұрын
Null dalo ya free kr lo dono main se null dalke vo node khtm hi smjho kuch bhi kr skte h? I think
@gabrielflavianus6189
@gabrielflavianus6189 3 жыл бұрын
wow the explanations are really easy to understand , he's sweating really hard btw
@pradeepkumarsingh6964
@pradeepkumarsingh6964 5 жыл бұрын
sir u r the best
@vikaspancharia4920
@vikaspancharia4920 4 жыл бұрын
While disconnect the node-3, you said that we have to update node-2 next reference and node-4 prev reference only. but still node-3 pointing to node-2 and node-3 via next and prev reference of node-3. so it will not eligible for garbage collection it will still remain in the memory because it is pointing to node-2 and node-3. so could you please elaborate more in that.
@Haritha__sree__11
@Haritha__sree__11 4 жыл бұрын
Yes
@baluvamsikrishna6197
@baluvamsikrishna6197 3 жыл бұрын
For that bro temp->next=temp->next->next; temp->next->next=null; temp->next->prev=null; tail->prev=temp; (I know I have been posted this after a long time U posted question but. I hope it will be useful to next who are watching and referring this chat box for doubts
@karrisrisatyavenkatakishor4770
@karrisrisatyavenkatakishor4770 3 жыл бұрын
@@baluvamsikrishna6197 perfect
@Faith-is3bl
@Faith-is3bl Жыл бұрын
​@@baluvamsikrishna6197thanks bro!
@holyshit922
@holyshit922 5 жыл бұрын
7:46 You assumed that list is not empty but after instruction head = head->next head may be NULL and in instruction head->prev = NULL you dereferenced NULL ponter which caused segfault It is tempting to have if(head==tail) { } as edge case but we should be careful on free behaviour
@mohdzameer5706
@mohdzameer5706 6 ай бұрын
can u write whole double linked list program
@maheerawaqas3683
@maheerawaqas3683 5 жыл бұрын
Sir I have a question ..... sir u plz complie these pogram .... I can understand ur lecture but .... if u compile these pogram I will be thankful
@Touay
@Touay 4 жыл бұрын
Sir ur videos are helpfull !
@m.sibtenshekh4797
@m.sibtenshekh4797 4 жыл бұрын
Very Very Thank you sir
@kiran5851
@kiran5851 5 жыл бұрын
Excellent sir
@anuran6180
@anuran6180 4 жыл бұрын
Best explanation Sir - your lectures helped me a lot thank you so much 😁
@abdiaziizcaana748
@abdiaziizcaana748 5 жыл бұрын
Thank You Sir I have a question about deleting part for example I have created 3 nodes in run time if I need one node deleted and I added another one but if I deleted all node in the execution time. the program stopped and not allowed to inserting in run time because there is no node to connected and you need to run time and start in another time so how can we solve that problem I need to delete all node in run time and insert in execution time thank you sir
@PriyaM-bg1uh
@PriyaM-bg1uh 4 жыл бұрын
Thankyou sir
@NageshPanchal-do8wt
@NageshPanchal-do8wt 5 жыл бұрын
Thank you very much sir
@abhisheknath5264
@abhisheknath5264 4 жыл бұрын
Thanks sir
@Gandhiboy
@Gandhiboy 3 жыл бұрын
Thank you so much ❤️
@SanjuSharma-cd3jq
@SanjuSharma-cd3jq 3 жыл бұрын
U just break the connection after deleting from specific position.... Also tell how to free it
@saitejaswi8321
@saitejaswi8321 5 жыл бұрын
Thank u so much sir
@San-pt1mx
@San-pt1mx 5 жыл бұрын
Tq so much sir
@monishkumar496
@monishkumar496 4 жыл бұрын
we can give tail -> prev = temp for that instead of temp ->next -> prev = temp no sir for the deleting at specific position
@avanishtatikonda1676
@avanishtatikonda1676 2 жыл бұрын
Ya
@Allinone-ql5dj
@Allinone-ql5dj 3 жыл бұрын
Ok 👌🆗️
@Anonymous-gj4km
@Anonymous-gj4km 4 жыл бұрын
👌👌👌👌👍👍
@ayanghorai3162
@ayanghorai3162 5 жыл бұрын
Sir please make a video on complete code for link lists with functions.
@wahajmohammed1956
@wahajmohammed1956 4 жыл бұрын
I guess the simplest way of deleting Node from beginning should be var nextNode = this.head.next // storing next Nodefrom head nextNode.prev = null; // Make the nextNode prev pointer to null this.head = nextNode; // change head to next node
@AkshitPanday
@AkshitPanday 5 жыл бұрын
Please make video on Linked List implementation using Arrays Plz plz
@arfairam4020
@arfairam4020 4 жыл бұрын
👍👍👍👍👍👍 Tsm
@srichanukya660
@srichanukya660 3 жыл бұрын
instead of using temp of prev =null why cant we use temp of next=null. this will disconnect the link !!!!!!
@arastusharma439
@arastusharma439 5 жыл бұрын
In the deletion from specified position can't we write tail->prev=temp instead of temp->next->prev=temp !?
@amruthdr8364
@amruthdr8364 5 жыл бұрын
consider if it is having 5 nodes, and you want to delete the third element........ tail->prev won't work..... if the nodes are more than 4 nodes....
@vivekkv5290
@vivekkv5290 4 жыл бұрын
Do while loop is not working sir
@basant8480
@basant8480 5 жыл бұрын
Exam me Algorithm yata he sir not implementation so please write Algorithm
@varshithaddepalli7018
@varshithaddepalli7018 2 жыл бұрын
SIR IMPLEMENTATIONS
STACK IMPLEMENTATION USING ARRAYS - DATA STRUCTURES
26:23
Sundeep Saradhi Kanthety
Рет қаралды 165 М.
LINKED LIST (CREATION AND DISPLAY) - DATA STRUCTURES
42:19
Sundeep Saradhi Kanthety
Рет қаралды 370 М.
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 9 МЛН
Yay😃 Let's make a Cute Handbag for me 👜 #diycrafts #shorts
00:33
LearnToon - Learn & Play
Рет қаралды 117 МЛН
СКОЛЬКО ПАЛЬЦЕВ ТУТ?
00:16
Masomka
Рет қаралды 3,5 МЛН
NUMBER OF NODES AND REVERSING OF LINKED LIST - DATA STRUCTURES
21:31
Sundeep Saradhi Kanthety
Рет қаралды 39 М.
DOUBLE LINKED LIST (CREATE AND DISPLAY) - DATA STRUCTURES
21:26
Sundeep Saradhi Kanthety
Рет қаралды 53 М.
QUEUE IMPLEMENTATION USING ARRAYS - DATA STRUCTURES
28:10
Sundeep Saradhi Kanthety
Рет қаралды 141 М.
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 9 МЛН