+ 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 RĂ©ponse
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