+ 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
1 Antwort
+ 1
Write a loop that prints the min value of the list, and then removes that value, until the list is empty.