Deleting a specified node from singly link list

Опубликовано: 16 Октябрь 2020
на канале: Riyaz Jamadar
92
5

#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
   • Creating a link list by adding nodes ...   Create a list by adding nodes at rear end
   • Linked List Data Structure Using C++ ...   Create a list by adding nodes at front
   • Inserting a node in Singly Link List   insert a node in link list