#This is a comparison of merge sort algorithm with multi-threaded merge sort algorithm
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository implements Parallel Merge Sort using multithreading to speed up the sorting process. By dividing the array into smaller subarrays and sorting them concurrently, the algorithm leverages multiple processor cores to improve performance, especially on large datasets.
yuvrajkarna2717/Parallel-Merge-Sort-With-Multithreading
About
This repository implements Parallel Merge Sort using multithreading to speed up the sorting process. By dividing the array into smaller subarrays and sorting them concurrently, the algorithm leverages multiple processor cores to improve performance, especially on large datasets.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published