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 insertAtEnd(element:E) function for a Doubly Linked List #54

Open
ashikka opened this issue Oct 13, 2021 · 0 comments
Open

Implement insertAtEnd(element:E) function for a Doubly Linked List #54

ashikka opened this issue Oct 13, 2021 · 0 comments
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 Oct 13, 2021

Taking reference from issue #48 , implement the insertAtEnd(element:E) function for a Doubly Linked List. This function will insert an element at the end of the Doubly Linked List.

First step

Search, read, and understand information about doubly-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.
@ashikka ashikka added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Oct 13, 2021
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

1 participant