EmbeddedInterviewLab
Topics
Interview
Coding
Toggle menu
Start Learning
All Problems
Delete Nth Node From End of Linked List
Medium
•
linked-list
•
Expected: O(L) time, O(1) space
•
Interview Context
linked-list
Problem
Given the head of a linked list, remove the nth node from the end and return its head.
Show Reference Solution
Language:
C++
C
Submit
Loading...