Question: Delete a node with a given key from a singly linked list.
Code Link for this video: http://codepad.org/3XuP4C61
This video lecture is produced by S. Saurabh. He is B.Tech from IIT and MS from USA.
To study interview questions on Linked List watch http://www.youtube.com/playlist?list=PL3D11462114F778D7&feature=view_all
To prepare for programming Interview Questions on Binary Trees
http://www.youtube.com/playlist?list=PLC3855D81E15BC990&feature=view_all
To study programming Interview questions on Stack, Queues, Arrays visit
http://www.youtube.com/playlist?list=PL65BCEDD6788C3F27&feature=view_all
To watch all Programming Interview Questions visit
http://www.youtube.com/playlist?list=PLD629C50E1A85BF84&feature=view_all
To learn about Pointers in C visit
http://www.youtube.com/playlist?list=PLC68607ACFA43C084&feature=view_all
To learn C programming from IITian S.Saurabh visit
http://www.youtube.com/playlist?list=PL3C47C530C457BACD&feature=view_all
Tags
delete a node from linked list in c
delete a node from linked list in java
singly linked list delete node
complexity to delete a node from linked list
how to delete last node from linked list
nth node from last in linked list
remove node linked list c
reverse a linked list in c
stanford linked list problems