<What kind of sorting does Kotlin use by default?>...
# stackoverflow
u
What kind of sorting does Kotlin use by default? Which sorting is using for .sort(), .sortWith() etc methods? val array = arrayOf(3,2,1) Are there some differences in algorithms for arrays of different types and sizes?