Skip to content

youssefrashed1999/Merge-Sort-threads-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Merge-Sort-threads-in-c

Merge Sort using threads in C This code is supposed to read an array of integers from a file and merge sort it using threads. NOTE THAT: the maximum size of the array is static. If you want to sort a bigger array, you can either implement dynamic allocation or just edit the size manually before running the code.