ArmanDavoodi / Parallel-Sorting

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C++ 53.5%Language:Cuda 44.5%Language:C 2.0%