Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 533 Bytes

File metadata and controls

27 lines (17 loc) · 533 Bytes

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