You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program uses merge and quick sort to sort a txt file that contains letters and words. The selected algorithm can use parallel sorting if the number of given threads is more than one. If the number of threads is not enough to sort to all words/letters, the program uses the sequential version of the selected algorithm.
./mySort (inputfile) (outputfile) (number of threads) (algorithm)
The program is case-insensitive.
About
This program uses merge and quick sort to sort a txt file that contains letters and words. The selected algorithm can use parallel sorting if the number of given threads is more than one. If the number of threads is not enough to sort to all words/letters, the program uses the sequential version of the selected algorithm.