Remove Nth Node from End of List
Try to solve the Remove Nth Node from End of List problem.
We'll cover the following
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
Examples
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy