codedstrings / codedstrings/odin-linkedLists
Add insertion and deletion logic
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- insertAt(value, index) that inserts a new node with the provided value at the given index.
- removeAt(index) that removes the node at the given index.
note: When you insert or remove a node, consider how it will affect the existing nodes. Some of the nodes will need their nextNode link updated.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.