We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf7beb commit a1987caCopy full SHA for a1987ca
coder/linked-lists/delete-node.md
@@ -1 +1,5 @@
1
-### Delete node by given id
+### Delete node with a given key
2
+
3
+Q: Given head of a linked list and a key,
4
5
+delete node with this given key from linked list.
0 commit comments