sorting int array with only 3 elements

后端 未结 4 948
一个人的身影
一个人的身影 2020-12-09 11:56

I have this array:

int [] myarray =  {17, 6, 8};

What is the optimal way to sort this array, in pseudocode?

Thanks!

4条回答
提交回复
热议问题