Skip to content

Drapegnik/merge_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merge_sort

Multithread merge sort on C++

requirements:

run:

$ bash run.sh {array_size} {values_range} {number_of_procces}

or

$ ./run.sh {array_size} {values_range} {number_of_procces}

for example: $ bash run.sh 10 100 3 - sort the array of 10 random numbers to 100 using 3 process:

for direct input use input.txt