-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
You are given a pointer/ reference to the node which is to be deleted from the linked list of N nodes. The task is to delete the node. Pointer/ reference to the head node is not given.
Detailed Description
You only need to complete the function deleteNode that takes reference to the node that needs to be deleted. The printing is done automatically by the driver code.
Context
I had encountered this algorithm in multiple coding contests and it intrigued me. I wanted to share this awesome algorithm.
Possible Implementation
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request