Advanced OS - multithreaded Sorting with MergeSort Project URL: https://github.com/asishadhikari/advanced-os-multithreaded-sorting Assumptions: Integers in data.txt are separated by newline \n character No empty line exists To Run: make to compile program run the executable with accompanying test file as ./sort data.txt make sure that any test file you run do not conflict with the assumptions!!