Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linked-List | Read & Create #1

Closed
7 tasks done
ch8n opened this issue Dec 20, 2020 · 0 comments
Closed
7 tasks done

Linked-List | Read & Create #1

ch8n opened this issue Dec 20, 2020 · 0 comments
Assignees
Milestone

Comments

@ch8n
Copy link
Owner

ch8n commented Dec 20, 2020

Requirement

Create functionality for creating a mutable list + Testing

  • linkedListOf -> creates read only linked list
  • mutableLinkedListOf -> creates read-write linked list
  • firstOrNull -> first value of list
  • lastOrNull -> last value of list
  • get(index) -> get item at index
  • size -> size of linked list
  • isEmpty() -> is linked list empty
@ch8n ch8n added this to the Linked-List milestone Dec 20, 2020
@ch8n ch8n self-assigned this Dec 20, 2020
@ch8n ch8n closed this as completed Dec 20, 2020
@ch8n ch8n reopened this Jan 15, 2021
@ch8n ch8n changed the title Linked-List | Creation Linked-List | Read & Create Jan 15, 2021
@ch8n ch8n closed this as completed Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant