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!

Get hands-on with 1200+ tech skills courses.