Skip to content

KevinL2166/Multi-Thread-Sorting-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Multi-Thread-Sorting-Java

Implement quick sort and merge sort in single and multi threaded setting based on Java 8. The goal is to compare the execution time between quick sort and merge sort along with single and multi threading of the same sorting method. Another goal is to compare CPU utilization rate between single and multi thread setting.

Screenshot 2025-10-07 at 11 40 23 AM Screenshot 2025-10-07 at 11 39 48 AM Screenshot 2025-10-07 at 11 47 50 AM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages