Objective : practicing threads
Description : our function retrive data from a file which olds the numbers of arr to sort,how many threads to use and the numbers to use each in a different row. we'll sort the numbers using merge sort algorithm and dividing the job to the number of threads mention in the file.
How to compile : in the termnial go to the correct folder and write 'make' this will compile the function and will creat an exe file called ex4q1 as requsted.
How to run : after compiling just write ./ex4q1 and than provide a file name with the information mentioned above.
Program files: makefile,ex4q1.c