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

Java Data Structures #12

Open
tangorishi opened this issue Oct 6, 2023 · 4 comments
Open

Java Data Structures #12

tangorishi opened this issue Oct 6, 2023 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest-accepted

Comments

@tangorishi
Copy link
Owner

We're looking for contributors to implement a custom LinkedList data structure in Java. LinkedLists are fundamental data structures used in various applications, and this issue provides an opportunity to practice Java programming while understanding how LinkedLists work internally.

Task:

  1. Create a new Java class called CustomLinkedList.
  2. Implement methods to add elements to the LinkedList (e.g., add, addFirst, addLast).
  3. Implement methods to remove elements from the LinkedList (e.g., remove, removeFirst, removeLast).
  4. Implement a method to display the contents of the LinkedList.
  5. Include Javadoc comments to explain the purpose of each method and provide usage examples.

Testing:

  • Test your LinkedList implementation by adding, removing, and displaying elements.
  • Write test cases to ensure the correctness of your implementation.

Additional Notes:

  • LinkedLists are commonly used in computer science and are the basis for more complex data structures.
  • This contribution aligns with our goal of providing educational resources for Java learners.

Feel free to ask any questions or seek help if you encounter any challenges while working on this issue. We appreciate your contribution!

@tangorishi tangorishi added enhancement New feature or request good first issue Good for newcomers Hacktoberfest-accepted labels Oct 6, 2023
@competitiveblood
Copy link
Contributor

I would like to work on this issue

@tangorishi
Copy link
Owner Author

Go ahead @competitiveblood make sure to follow the PR template in the README.md file before making the pull req

@OrganicBeetle
Copy link

Hi, I am not sure why this issue was reopened but I would like to work on it if possible.

@competitiveblood
Copy link
Contributor

No, I have already issued a PR and it has been merged

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 Hacktoberfest-accepted
Projects
None yet
Development

No branches or pull requests

3 participants