Delete Node in a Linked List at Apple

Medium83.6% acceptance

This problem has 54.7% frequency at Apple.

Problem Description

There is a singly-linked list `head` and we want to delete a node `node` in it. You are given the node to be deleted `node`. You will **not be given access** to the first node of `head`. All the values of the linked list are **unique** , and it is guaranteed that the given node `node` is not the l...

Read full problem and hints

Topics

Also asked at 7 companies


More Apple Questions

View all Apple questions