tangorishi / learnJava

LearnJava - Hacktoberfest 2023 🚀 Join us in celebrating Hacktoberfest 2023 by contributing to this Java programming repository! Whether you're a beginner or an expert, dive into Java, share your knowledge, and make Hacktoberfest unforgettable. 📚💻 Happy coding and contributing! 🚀🌟
MIT License
26 stars 44 forks source link

Java Data Structures #12

Open tangorishi opened 11 months ago

tangorishi commented 11 months ago

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:

Additional Notes:

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

competitiveblood commented 11 months ago

I would like to work on this issue

tangorishi commented 11 months ago

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

OrganicBeetle commented 11 months ago

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

competitiveblood commented 11 months ago

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