Skip to content

Commit ccdc604

Browse files
refactor 237
1 parent 829ee6f commit ccdc604

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+1
-0
lines changed

src/main/java/com/fishercoder/solutions/_237.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/**
66
* 237. Delete Node in a Linked List
7+
*
78
* Write a function to delete a node (except the tail) in a singly linked list, given only access to that node.
89
* Supposed the linked list is 1 -> 2 -> 3 -> 4 and you are given the third node with value 3,
910
* the linked list should become 1 -> 2 -> 4 after calling your function.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy