We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922645b commit 524c712Copy full SHA for 524c712
1 file changed
src/4_Lists/delete_node.cpp
@@ -6,11 +6,6 @@
6
* Extend a basic singly linked list (as defined in list.h) by providing a
7
* function to remove the first occurrence of a given value from the list.
8
*
9
- * The remove operation works as follows:
10
- * - It traverses the list looking for the node containing the target value.
11
- * - If found, it adjusts the pointers to exclude the node from the list.
12
- * - Special handling is provided for removing the head node.
13
- *
14
* ASCII Illustration:
15
16
* Before removal: 1 -> 2 -> 3 -> 4 -> 5
0 commit comments