Skip to content

Using threads to speed up the sorting proccess

Notifications You must be signed in to change notification settings

oritor91/Threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Threads

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

About

Using threads to speed up the sorting proccess

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published