Question: Write a program that will sort a list of random numbers. The random numbers should be in the range from-1000 to 1000. A user
Write a program that will sort a list of random numbers. The random numbers should be in the range from-1000 to 1000. A user should have the choice of: 1. which sorting algorithm to use to sort the numbers (selection, bubble, insertion, quick); 2. how many numbers are to be sorted in the list; 3. whether the list is sorted in ascending or descending order.
Step by Step Solution
There are 3 Steps involved in it
import random def generaterandomnumberslowerbound upperbound numberofnumbers Generates a list of random numbers between the given lower bound and uppe... View full answer
Get step-by-step solutions from verified subject matter experts
