Skip to content

Commit f44e0db

Browse files
refactor 237
1 parent 4f7a638 commit f44e0db

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)