Mental Model
To remove a node with a specific value, find it first, then change the links to skip it.
Analogy: Imagine a chain of paper clips linked together. To remove one clip, you unhook it and connect the clips before and after it directly.
head -> 1 -> 2 -> 3 -> 4 -> null
