We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829ee6f commit ccdc604Copy full SHA for ccdc604
src/main/java/com/fishercoder/solutions/_237.java
@@ -4,6 +4,7 @@
4
5
/**
6
* 237. Delete Node in a Linked List
7
+ *
8
* Write a function to delete a node (except the tail) in a singly linked list, given only access to that node.
9
* Supposed the linked list is 1 -> 2 -> 3 -> 4 and you are given the third node with value 3,
10
* the linked list should become 1 -> 2 -> 4 after calling your function.
0 commit comments