EmbeddedInterviewLab
Topics
Interview
Coding
Toggle menu
Start Learning
All Problems
Delete Node in a Linked List
Easy
•
linked-list
•
Expected: O(1) time, O(1) space
•
Interview Context
linked-list
Problem
Given only access to a node in a singly linked list (not the tail), delete that node.
Show Reference Solution
Language:
C++
C
Submit
Loading...