Question: 2 . 1 . Create a Python program that generates a list of 1 0 0 0 0 random numbers between 1 and 1 0

2.1. Create a Python program that generates a list of 10000 random numbers between 1 and 1000. Your program must either implement a merge sort algorithm or a quick sort algorithm to sort the list. Display the unsorted and sorted lists, as well as the time (in milliseconds) taken to complete the sort.
(10 Marks)
2.2. Given the following table which describes the composition of a graph:
\table[[Vertex,Adjacent vertices],[1,(2,3,4)
2 . 1 . Create a Python program that generates a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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!