Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 500 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 500 Bytes

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

example of execution

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 Test