Delete Node in a Linked List at Adobe

Medium83.6% acceptance

This problem has 75.0% frequency at Adobe.

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 8 companies


More Adobe Questions

View all Adobe questions