Assignment Submission

Submit Your Linked List Implementation

Create a public GitHub repository with the exact name shown below, add all required files, and enter your GitHub username to submit.

Repository Requirements

Your repository must have this exact name:

github.com/<your-username>/java-linked-lists-dsa
Required Files
  • README.md
  • src/Main.java
  • src/lists/
  • src/problems/
README.md Must Include:
  • Your full name and submission date
  • Time and space complexity for each method
  • Explanation of your approach for cycle detection and reversal
  • Instructions to compile and run the code
Required (submission will fail without these)

Submission Form

github.com/
Enter only your username. We'll verify the repository java-linked-lists-dsa exists in your account.

Your repository will be verified before submission is accepted