Delete Node in a Linked List | EP 3

preview_player
Показать описание


Hi, I am Fraz.
I am Software Engineer working at Curefit and I love teaching.
This is my Channel where I upload content related to Interviews and my personal experiences.

My contact details
Рекомендации по теме
Комментарии
Автор

Every episode just learn and learn and learn like a addiction of watching a interesting Netflix series

Rahul-lkhk
Автор

Simple and Efficient. Absolutely what I was looking for.

ankurgogoi
Автор

Lect - 4 completed, sir love♥️ the way you explain each and every concept, please keep creating such wonderful content 💯 your playlist are helping me alot in understanding the topics and improving my skills.
Thankyou bhaiya ♥️

raghvendrakhatri
Автор

Started Today and i will finish by Today. FOr revision also it is amazing. Short and crisp with explanation

purushottamkumar
Автор

Sir please add these series in the playlist so it will be very helpful for us

utkarshsingh
Автор

Your explanation is good to the point thanks 😀👍

superboss
Автор

thank you sir...every concept is clear...you are doing great work...and ..keep it up...☺♥

farhankhan-uzkk
Автор

Thank you bhaiya for this amazing approach.

myyoutubeisthis
Автор

sir in python do we need to delete the node or does the virtual machine does it automatically?

itaaryanagrawal
Автор

Bhot acche episodes hae bhiya, now a days i am busy with my class assignmets but whenever i got time i watch one episode, keep creating content like this i will finish this series in a week soon ...keep creating please...

GAMINGHUNT
Автор

even before u explain how to do it i try myself then watching u do the same as i did make me feel like level->next;

rajatkhatri
Автор

why did we do node->next = node->next->next? temp2 was already pointing to the node to be deleted, i.e. node->next. So why didnt we just deleted temp2 after ListNode *temp2 = node->next?

K_EN_VisheshSaini
Автор

9:05 I love this man. I love this man.... just daymnnn... so coool

girdhar
Автор

bhaiya please tell is this approch also right that haam jisko delete karna hai uska address ak pointer may hoga phale jo delete karana hai uske phale ka node deleted ke next node ko point kar lega and we will free(t) c lang

nonstopcodingcodewithadity
Автор

i have a question if the given node is a last node and in the given code we are just deleting it then how will the previous node know we have reached the end because the connection to the null has been deleted.
if anyone has some good answers plzz reply.

aasifali
Автор

Hi @Fraz and good people... I have a doubt?
suppose in this case node can also be a tail node, then how we will delete that node in java.
Anyone please help me in this? do we have any approach for this?

pulkitgupta
Автор

you teach better than the coding ninjas 😄😄😄

virajjadhao
Автор

Bhai.. in edge case(if node is last node), we're simply deleting it.. is it's previous node pointed to null automatically or it'll point to garbage value.please make me understand this point in case of Java and also C, C++.
Thank you bhaiyaa..

syedashrafi
Автор

Please 🙏 continue sir it's humble request sir

HarshRaj-kpgk
Автор

Sir, here the class node has only one data member which is "val", that's why we can write swap(node->val, node->next->val). How to copy the values when there are so many data member(like 100). then?? actually assigning the values manually is not feasible.

anandyadav_