Implement get(index:Integer)
function for a Singly Linked List
#23
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Taking reference from issue #12, implement the
get(index:Integer)
function for a Singly Linked List. This function will get elements from the specified position.First step
Search, read, and understand information about lists, linked lists, and singly-linked lists, and how they are implemented.
Second step
Open a pull request with the data structure implementation, and wait for comments from @code-sherpas/kollections-maintainers.
Minimum acceptance criteria
Related resources:
The text was updated successfully, but these errors were encountered: