Skip to content

afrozenator/Multithreaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Multithreaded codes using pthreads.

multithreaded_merge_sort.c
DESCRIPTION
This program uses pthreads, to create threads and calling merge sort
if the underlying array is less than |MIN_LENGTH| or if we can't create
any more threads will call C-Lib |qsort|.
COMPILATION
gcc -pthread multithreaded_merge_sort.c

About

Multithreaded code using pthreads Ex. MergeSort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages