Commit ede00d6
authored
Create DeleteNode
There is a singly-linked list head and we want to delete a node in it.1 parent 9c76b30 commit ede00d6
File tree
1 file changed
+14
-0
lines changed- src/main/java/com/thealgorithms/datastructures/lists
1 file changed
+14
-0
lines changedLines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments