Delete Node in a Linked List

#237
Easy
Linked List
O(1)
O(1)
Amazon
Microsoft
Google
View on LeetCode

Problem Description

Write a function to delete a node in a singly-linked list. You will not be given access to the head of the list.