Skip to content

jaykarp/par-sort

Repository files navigation

par-sort

Parallel Sorting Implementations:

In this project we implemented different sequential sorting algorithms in haskells functional paradigm.

  1. QuickSort
  2. MergeSort
  3. BitonicSort

We then continued to create the parallel counterparts of these algorithms. Finally, we implemented a Hybrid sort which is a combination of the best features of the other sorts we implemented.

The paper can be viewed: At the following Link

About

Haskell Parallel Sorting Implementations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published