Page 1 of 1

HI just trying to [1] Write a function random_list(range_max, size) that returns a list of size random numbers in range

Posted: Thu Jul 14, 2022 2:11 pm
by answerhappygod
Hi Just Trying To 1 Write A Function Random List Range Max Size That Returns A List Of Size Random Numbers In Range 1
Hi Just Trying To 1 Write A Function Random List Range Max Size That Returns A List Of Size Random Numbers In Range 1 (48.72 KiB) Viewed 37 times
HI just trying to
[1] Write a function random_list(range_max, size)that returns a list of size random numbers in range(1,range_max). For this assignment, (a) do not sort the random listupfront, and (b) do allow duplicates
[2] After generating the random list, you will need tomake a copy of it for each algorithm. Otherwise, once you sort itfor one algorithm, it is already sorted! For how to copy anarray,
I did that code but it won't out put anything can you pleasehelp me
Ln: 3, Col: 10 Run ⊕ share Command Line Arguments L ± * Process exited - Return Code: 0 ** Press Enter to exit terminal