Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 565 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 565 Bytes

Parallel-Sorting

This Repository is my final project for SBU(Shahid Beheshti University) concurrent programming course(OpenMP and CUDA).

Instructor: Dr. Mahmood Fazlali

Spring 2022

Assignments Repository Link

Overview

In this project, sevral different sorting algorithms are implemented using C++. Some of these algorithmes are also parallelized using OpenMP and CUDA libraries. The efficiency of all of these implementations are compared and the results are available in the report.