Skip to content

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.

Notifications You must be signed in to change notification settings

yuvrajkarna2717/Parallel-Merge-Sort-With-Multithreading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#This is a comparison of merge sort algorithm with multi-threaded merge sort algorithm

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

No packages published