Assignment Submission

Submit Your Sorting & Algorithm Design

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-sorting-algorithms
Required Files
  • README.md
  • src/Main.java
  • src/sorting/SortingAlgorithms.java
  • src/algorithms/AlgorithmDesign.java
  • src/algorithms/HuffmanCoding.java
README.md Must Include:
  • Your full name and submission date
  • Time complexity analysis for each sorting algorithm
  • Benchmark results comparing sorting algorithms
  • Sample Huffman encoding output with compression ratio
Required (submission will fail without these)

Submission Form

github.com/
Enter only your username. We'll verify the repository java-sorting-algorithms exists in your account.

Your repository will be verified before submission is accepted