Quicksort input | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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