Let's solve the Remove Nth Node from End of List problem using the Two Pointers pattern.
Statement
Given a singly linked list, remove the node from the end of the list and return its head.
Constraints:
- The number of nodes in the list is
k
. -
k
-
Node.value
-
n
k