Skip to content

parallel sorting using standalone processes that communicate with pipes

License

Notifications You must be signed in to change notification settings

merouone/parallel-sorting

Repository files navigation

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

About

parallel sorting using standalone processes that communicate with pipes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages