Skip to content

EtiChaudhary/PQSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PQSort

Implementing two versions of Parallel Quicksort

Intructions to run the programs

  • Use the cd command to navigate to current working directory

  • To compile the program, execute the following command :

 g++ -pthread -std=c++11 -w NameOfTheFile.cpp
  • To run the compiled program, execute the following instruction in terminal
./a.out
  • Input Data files should be present in the current working directory -Parameters :

    • Size between 10^3 and 10^6 -File name from input data set provided

    -For ParallelQuickSort.cpp - Parameter i = 2

    • For MapSort.cpp
      • Number of Subsets = 2
      • Number of intervals = 2

References

About

Implementing two versions of Parallel Quicksort

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages