Remove Nth Node From End of List
#19
Medium
Linked List
O(n)
O(1)
Amazon
Microsoft
Facebook
Apple
Problem Description
Given the head of a linked list, remove the nth node from the end of the list and return its head.
Given the head of a linked list, remove the nth node from the end of the list and return its head.