Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 442 Bytes

File metadata and controls

13 lines (9 loc) · 442 Bytes

Merge_Sort_Algorithm-Bottom-up

Compile and run binary, register output into the « results » file:

make && ./BottomUpMergeSort < big_test > results

Clean object files and folder:

make clean

Clean binaries, object files and folder:

make fclean

Clean binaries, object files and folder, then re-compile and run binary to register the output into the « results » file:

make re && ./BottomUpMergeSort < big_test > results