+ 1
Room for improvement
I have written a list(of integers) sorting code in python. Here: https://code.sololearn.com/cE565jGQ0OG8/?ref=app please help me improve the code.
3 Answers
+ 4
It is quite match to explain.
All about sorting you can read here:
https://www.sololearn.com/learn/774/
Happy coding.
+ 3
How about this solution:
https://code.sololearn.com/cu5O4WocK6Ad/?ref=app
+ 1
JaScript
Yes, I have already seen it.
I wanted to employ OOP.
which sorting is better?
quick sort or bubble sort
you can check my old code here:
https://code.sololearn.com/c394XwSN190W/?ref=app