Skip to content

theammaramin/Simple-Parallelized-Quicksort-Via-Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Parallelized-Quicksort-Via-Docker

Quick Sort is a Divide and Conquer algorithm. It picks an element as a pivot and partitions the given array around the picked pivot. There are many different versions of quick Sort that pick pivot in different ways. In this project, the algorithm will be implemented in parallel environment via Docker (note: this is a simple test project and no clustering is used).

The MPI code is present in the folder 'D1', the code is supposed to be used in a Docker environment.

*Read 'PDC Project Report.pdf' For More Details.

About

Quick Sort is a Divide and Conquer algorithm. It picks an element as a pivot and partitions the given array around the picked pivot. There are many different versions of quick Sort that pick pivot in different ways. In this project, the algorithm will be implemented in parallel environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 94.2%
  • Dockerfile 5.8%