Parallel Sorting in c using N standalone processes that communicte with pipes Enable the debug mode (debug=1) to be able to follow step by step what happens
given two arrays with unsorted values , the program starts to sort them in a parallel way that the max found in one array goes to the other array , and the min goes to the opposite side