About This Pattern
Master the Linked List pattern by practicing these problems organized by difficulty.Focus on the Key Signals - these are the indicators that tell you when to use this pattern.
Medium (1)
Delete Node in a Linked List
Delete a node (except the tail) in a singly linked list, given only access to that node.
Key Signals:
Copy next nodeNo previous pointerTrick question