Skip to content

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.

Notifications You must be signed in to change notification settings

mehmetalikenger/Merge-and-Quick-Sort-using-Multi-threading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

The program runs on the terminal.

./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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages