Programming assignments in Operating Systems
-
Updated
Mar 1, 2024 - C
Programming assignments in Operating Systems
Two different implementations of the Parallel Sorting by Regular Sampling
PSRS: Parallel Sorting using Regular Sampling
Parallelized merge sort using C pthreads.
This program uses merge and quick sort to sort a txt file that contains letters and words. The selected algorithm can use parallel sorting if the number of given threads is more than one. If the number of threads is not enough to sort to all words/letters, the program uses the sequential version of the selected algorithm.
Add a description, image, and links to the parallel-sorting topic page so that developers can more easily learn about it.
To associate your repository with the parallel-sorting topic, visit your repo's landing page and select "manage topics."