Skip to content

mertcenkk/ParallelMergeSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Merge Sort Algorithm

In this project, I aimed to process data with multiple CPUs. Merge sort is running recursively so I had to interrupt this process in a stage. So I wrote another recursive function that gonna divide data into processes and each process going to run with its data in them and they are going to return this data by merging.

Usage

Download the project and open a terminal in folder. Then you can run program by:

python main.py

License

GNU GPLv3

About

Merge sort with parallel programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages