#deletenode #singlylinklist
This video discusses the deleting a specified node from singly link list. It demonstrates the concept with illustrations. It addresses the case of node being deleted happens to be head node. A program for it is run on machine and demonstrated the various cases.
Before you watch this video, know here how to create a link list
https://youtu.be/-DNrAQpacmY Create a list by adding nodes at rear end
https://youtu.be/i_uUBXNzIOE Create a list by adding nodes at front
https://youtu.be/LSXbQcN1hZw insert a node in link list
Download
0 formats
No download links available.
Deleting a specified node from singly link list | NatokHD