Statement
Given the head
of a singly linked list and an integer n
, remove the n
th
node from the end of the list and return the head
of the modified list.
Given the head
of a singly linked list and an integer n
, remove the n
th
node from the end of the list and return the head
of the modified list.
Given the head
of a singly linked list and an integer n
, remove the n
th
node from the end of the list and return the head
of the modified list.