-
Notifications
You must be signed in to change notification settings - Fork 2
afrozenator/Multithreaded
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published