Problem
Submissions

Problem: Remove Nth Node from End of List

Statement

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

Problem
Submissions

Problem: Remove Nth Node from End of List

Statement

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