Skip to content

JennyKozi/Sorting_with_Multiple_Processes

Repository files navigation

Sorting with Multiple Processes

Run

Use the Makefile to compile, run and clean using the following commands:

make 
make run
make clean

Other exec commands:

./mysort -i voters50.bin -k 3 -e1 quicksort -e2 bubblesort
./mysort -e1 bubblesort -e2 quicksort -i voters500.bin -k 4
./mysort -k 5 -e2 bubblesort -i voters5000.bin -e1 quicksort
./mysort -e2 bubblesort -k 6 -i voters50000.bin -e1 quicksort