Objective: Bubble sort! We all know when it comes to sorting algorithms; bubble sort is one of the last one's you should use. In this project you will design a C program that will create a child process that will run bubble sort on an array. More details below!
Requirements:
EXAMPLE EXECUTION:
Notice the inputs see image.