This is the second in a series of videos about the linked list data structure. It describes an algorithm for removing data items from a linked list in terms of list traversal and Next pointer manipulation. A description of some procedural pseudocode to perform this task is also included.