-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
To create functions on linked lists, which:
- Insert a node into a linked list based on the index value
- Sort a linked list to make it ordered
- Destroy a linked list
- Manage memory leaks and dangling pointers
- Search for elements in a linked list
- Return the frequency of them as well
- To create a slice of a linked list
- Add negative indexing support as well
Metadata
Metadata
Assignees
Labels
HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers