3.5. Quiz

Quiz 3: Sorting Algorithms

Coding

Shell Sort: Hibbard

Radix Sort: MSD

Testing

Benchmarking

  • Compare runtime speeds between ShellSortKnuth and ShellSortQuiz for random, ascending, and descending cases using the testRuntime()arrow-up-right method.

  • Compare runtime speeds between LSDRadixSort and RadixSortQuiz for random cases.

  • Create a PDF file quiz3.pdf and write a report that includes charts and explanations to compare runtime speeds between:

    • ShellSortKnuth and ShellSortQuiz.

    • LSDRadixSort and RadixSortQuiz.

Submission

Last updated

Was this helpful?