Skip to content

Opening book details…

About this document

HPC 2nd by edsparknotice is a document available to read on EtoBox.

The document contains C++ code implementing both sequential and parallel sorting algorithms, specifically bubble sort and merge sort, using OpenMP for parallelization. It measures and compares the execution time of these algorithms on an array of integers. The main function initializes the array, performs the sorting, and prints the sorted array along with the time taken for each sorting method.

Author
edsparknotice
Language
EN