Question: Write an algorithm to sort an array of numbers. You have to use the following decomposition: let the first number of the array be x,

Write an algorithm to sort an array of numbers. You have to use the following decomposition: let the first number of the array be x, (in a new array), put all numbers less than or equal to r to the left side (i.e., smaller index than that of x) of x and the rest of the numbers to the right side of r. Sort the array to the left side of 5, and sort the array to the right side. The format of your algorithm should follow the one used in class. To design the algorithm, you must use the problem decomposition method discussed during class. You only need to present the final version of your algorithm. What is the best asymptotic upper bound for the worst case running time of the algorithm? List your reasoning steps
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
