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