Deletion by Value

In this lesson, we will learn how to delete a node based on a value from a linked list.

In this lesson, we will investigate singly-linked lists by focusing on how one might delete a node in the linked list. In summary, to delete a node, we’ll first find the node to be deleted by traversing the linked list. Then, we’ll delete that node and update the rest of the pointers. That’s it!

Access this course and 1400+ top-rated courses and projects.