Implementing two versions of Parallel Quicksort
-
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