+ 1

Quicksort input

How does a person get an input from user by using quicksort?

27th Jul 2018, 10:04 PM
Gerald
Gerald - avatar
1 Answer
0
if list is the input then use below method. _list = eval(input("Enter the list:")) input: [1,2,4,5,9]
27th Jul 2018, 11:44 PM
$¢𝐎₹𝔭!𝐨𝓝
$¢𝐎₹𝔭!𝐨𝓝 - avatar