Skip to content

Parallel and sequential implementations of different sorting algorithms in C++ using OpenMP and CUDA

Notifications You must be signed in to change notification settings

WuedK/Parallel-Sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.