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

Implement get(index:Integer) function for a Singly Linked List #23

Open
ashikka opened this issue Sep 28, 2021 · 4 comments
Open

Implement get(index:Integer) function for a Singly Linked List #23

ashikka opened this issue Sep 28, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ashikka
Copy link
Contributor

ashikka commented Sep 28, 2021

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

  • The implementation must be well documented with proper Javadoc at Class and function levels.
  • The implementation must be tested with automatic tests that cover all relevant cases and situations.
  • The implementation must be generic.
  • The implementation must have the expected time complexity according to Computer Science. Here you can find a very helpful cheat sheet.

Related resources:

@ashikka ashikka added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Sep 28, 2021
@roerohan
Copy link

roerohan commented Oct 2, 2021

@ashikka I'd like to take this up.

@ashikka
Copy link
Contributor Author

ashikka commented Oct 2, 2021

@ashikka I'd like to take this up.

Thanks for volunteering!

@ashikka
Copy link
Contributor Author

ashikka commented Oct 5, 2021

@roerohan have you made any progress? Any blockers?

@roerohan
Copy link

roerohan commented Oct 5, 2021

Haven't worked on it yet, kind of busy with some other work, will let you know when I start @ashikka

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants