Given the head of a linked list, remove the nth node from the end of the list and return its head.
###Link to problem
https://leetcode.com/problems/remove-nth-node-from-end-of-list/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Given the head of a linked list, remove the nth node from the end of the list and return its head.
###Link to problem
https://leetcode.com/problems/remove-nth-node-from-end-of-list/