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 9111568 commit 5667cfbCopy full SHA for 5667cfb
src/data-structures/linked-list/README.md
@@ -61,7 +61,8 @@ end Contains
61
```text
62
Remove(head, value)
63
Pre: head is the head node in the list
64
- Post: value is the value to remove from the list, true, otherwise false
+ value is the value to remove from the list
65
+ Post: value is removed from the list, true, otherwise false
66
if head = ø
67
return false
68
end if
0 commit comments