Skip to content

VVIMT/Merge_Sort_Algorithm-Bottom-up

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors