+ 1

Sort without sort function and bubble sort.In python

I am making a code where I need to sort a list but I can't use sort function or bubble sort then how can I sort my list can anyone tell me https://sololearn.com/compiler-playground/c2VApJo8gLYN/?ref=app

13th Oct 2024, 6:27 AM
ABIDABRAR
ABIDABRAR - avatar
1 Answer
+ 1
Write a loop that prints the min value of the list, and then removes that value, until the list is empty.
13th Oct 2024, 7:42 AM
Brian
Brian - avatar