Multithreading Sorting Assignment
Multithreading Sorting Assignment
Programming Assignment
Note: In this exercise, you will need to implement using Java Thread. In this exercise, you have
to implement two versions of program including multithreaded and single threaded program.
Then, please writing the report about your profiling of the execution time of program that you
solve the above problems with multithreaded and single threaded program.
Report
1. Introduction
2. Objective
3.
3.1. Sorting algorithm
4. Result (please provide the graph about computation time of single or
multithreaded program of each problem)
5. Conclusion