Parallel Programming - Comparison of sorting Algorithms using
Pthreads vs. OpenMP vs. serial (3 algorithms)
- Algorithm Selection:
● We will choose three sorting algorithms for comparison.
- Implementation:
● Each sorting algorithm will be implemented using Pthreads, OpenMP, and serial execution, ensuring consistency across all paradigms.
- Analysis:
● Compare sorting algorithms' performance across Pthreads, OpenMP, and serial execution.
● Measure execution time for each algorithm under different input sizes and thread configurations.