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

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

1 Expert Approved Answer
Step: 1 Unlock

import random def generaterandomnumberslowerbound upperbound numberofnumbers Generates a list of random numbers between the given lower bound and uppe... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!