Question: 1. Write a program using either Java, C/C++ or Python, that implements the two solutions discussed in class that solve the selection problem. Let k


1. Write a program using either Java, C/C++ or Python, that implements the two solutions discussed in class that solve the selection problem. Let k = N/2. Draw a table showing the running time of your program for various values of N starting from at least 103 and going at least up to 108 (e.g., 103, 104, ..., 108, 109, etc). When submitting your report, mention the CPU of your computer (e.g., model, #cores, clock speed). Selection Problem (Nave Solution 1) Read the N numbers into an array, arr, of size N. Sort arr in decreasing order based on some sorting algorithm (e.g., bubblesort). Return the element arr[k]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
